mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-14 12:32:15 -04:00
fix main class in manifest
This commit is contained in:
parent
9d0d81a7b8
commit
7b49ab8218
5 changed files with 3 additions and 12 deletions
|
@ -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"/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue