mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-14 20:42:21 -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 +0,0 @@
|
||||||
Manifest-Version: 1.0
|
|
||||||
Main-Class: io.bitsquare.BitSquare
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Manifest-Version: 1.0
|
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)
|
public void onBankTransferInited(String tradeId)
|
||||||
{
|
{
|
||||||
setTradeId(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.");
|
infoLabel.setText("Check your bank account and continue \n" + "when you have received the money.");
|
||||||
receivedFiatButton.setDisable(false);
|
receivedFiatButton.setDisable(false);
|
||||||
}
|
}
|
||||||
|
|
|
@ -118,7 +118,7 @@
|
||||||
</Label>
|
</Label>
|
||||||
|
|
||||||
<!-- row 7 -->
|
<!-- 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.columnIndex="1"
|
||||||
GridPane.rowIndex="7"/>
|
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…
Add table
Add a link
Reference in a new issue