fix main class in manifest

This commit is contained in:
Manfred Karrer 2014-08-22 01:54:14 +02:00
parent 9d0d81a7b8
commit 7b49ab8218
5 changed files with 3 additions and 12 deletions

View File

@ -1,3 +0,0 @@
Manifest-Version: 1.0
Main-Class: io.bitsquare.BitSquare

View File

@ -1,3 +1,3 @@
Manifest-Version: 1.0
Main-Class: io.bitsquare.BootstrapNode_
Main-Class: io.bitsquare.BitSquare

View File

@ -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);
}

View File

@ -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"/>

View File

@ -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