Skip to content

Commit

Permalink
fix status message
Browse files Browse the repository at this point in the history
  • Loading branch information
parg committed Apr 10, 2018
1 parent bf879b1 commit cb5f092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uis/src/com/biglybt/ui/swt/mainwindow/MainStatusBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ private void resetStatus() {
+ Constants.AZUREUS_VERSION + ")!";
setStatusImageKey(STATUS_ICON_WARN);
} else if (!Constants.isOSX && COConfigurationManager.getStringParameter("ui").equals("az2")) { //don't show official version numbers for OSX L&F
statusTextKey = Constants.APP_NAME + " " + Constants.AZUREUS_VERSION;
statusTextKey = "!" + Constants.APP_NAME + " " + Constants.AZUREUS_VERSION + "!";
setStatusImageKey(null);
}

Expand Down

0 comments on commit cb5f092

Please sign in to comment.