Skip to content

Commit

Permalink
Remove old build
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Edey committed Jul 7, 2018
1 parent 5d7f7ce commit a541af6
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 3 deletions.
Binary file removed StrangeBrew Java.jar
Binary file not shown.
Binary file removed StrangeBrew-2.0.3-ALPHA.zip
Binary file not shown.
Binary file removed StrangeBrew-2.1.0-b275.zip
Binary file not shown.
Binary file removed StrangeBrew-2.1.0-b276.zip
Binary file not shown.
Binary file removed StrangeBrew-2.1.0-b277.zip
Binary file not shown.
Binary file removed StrangeBrew-2.1.0-b278.zip
Binary file not shown.
Binary file removed StrangeBrew-2.1.0-b283.zip
Binary file not shown.
4 changes: 1 addition & 3 deletions src/ca/strangebrew/ui/swing/dialogs/AboutDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ private void checkVersion() {
int newBuildID = Integer.parseInt(vTemp);

if( newBuildID != Integer.parseInt(SBVersion.BUILDNUMBER)) {
// newest Build ID means there's a new download avalable!
// newest Build ID means there's a new download available!
Object[] options = {"Yes, please",
"No, thanks"};

Expand Down Expand Up @@ -285,8 +285,6 @@ private void checkVersion() {
} catch (IOException e) {
e.printStackTrace();
}

return;
}

// Make the button do the same thing as the default close operation
Expand Down

0 comments on commit a541af6

Please sign in to comment.