Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Prepare for 2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SMerrony committed Jan 13, 2018
1 parent 8c1d585 commit 75040eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/EWItool/nbproject/private/
/EWItool/build/
/EWItool/dist/
/EWItool/*

3 changes: 2 additions & 1 deletion EWItool2/src/ewitool/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class Main extends Application {

static final String APP_NAME = "EWItool";
static final double APP_VERSION = 2.1;
static final int COPYRIGHT_YEAR = 2017;
static final int COPYRIGHT_YEAR = 2018;
static final String RELEASE_STATUS = "Production";
static final String LEAD_AUTHOR = "S.Merrony";

Expand Down Expand Up @@ -119,6 +119,7 @@ public void start(Stage mainStage) {

currentPatchSetTab.setDisable( true );
// FIXME Uncomment before release patchEditorTab.setDisable( true );
patchEditorTab.setDisable( true );
keyPatchesTab.setDisable( true );

tabPane.getSelectionModel().selectedItemProperty().addListener( (tab, oldtab, newtab) -> {
Expand Down

0 comments on commit 75040eb

Please sign in to comment.