mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-15 10:26:37 -04:00
fix main class in manifest
This commit is contained in:
parent
9d0d81a7b8
commit
7b49ab8218
@ -1,3 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Main-Class: io.bitsquare.BitSquare
|
||||
|
@ -1,3 +1,3 @@
|
||||
Manifest-Version: 1.0
|
||||
Main-Class: io.bitsquare.BootstrapNode_
|
||||
Main-Class: io.bitsquare.BitSquare
|
||||
|
||||
|
@ -190,7 +190,7 @@ public class TakerOfferController implements Initializable, ChildController
|
||||
public void onBankTransferInited(String tradeId)
|
||||
{
|
||||
setTradeId(tradeId);
|
||||
headLineLabel.setText("Bank transfer initialised");
|
||||
headLineLabel.setText("Bank transfer initiated");
|
||||
infoLabel.setText("Check your bank account and continue \n" + "when you have received the money.");
|
||||
receivedFiatButton.setDisable(false);
|
||||
}
|
||||
|
@ -118,7 +118,7 @@
|
||||
</Label>
|
||||
|
||||
<!-- row 7 -->
|
||||
<Button fx:id="bankTransferInitedButton" defaultButton="true" onAction="#bankTransferInited" disable="true" text="Bank transfer initialised "
|
||||
<Button fx:id="bankTransferInitedButton" defaultButton="true" onAction="#bankTransferInited" disable="true" text="Bank transfer initiated"
|
||||
GridPane.columnIndex="1"
|
||||
GridPane.rowIndex="7"/>
|
||||
|
||||
|
@ -1,6 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Archiver-Version: Plexus Archiver
|
||||
Created-By: Apache Maven
|
||||
Built-By: Manfred Karrer
|
||||
Build-Jdk: 1.8.0
|
||||
Main-Class: io.bitsquare.BitSquare
|
Loading…
x
Reference in New Issue
Block a user