replace text menu item (functioonality not implemented, yet)

This commit is contained in:
honfika@gmail.com
2014-12-21 18:52:49 +01:00
parent 3cf464a78f
commit 8cf907e3b8
15 changed files with 218 additions and 24 deletions

View File

@@ -140,7 +140,7 @@ public class NewVersionDialog extends AppDialog implements ActionListener {
@Override
public void actionPerformed(ActionEvent e) {
if (e.getActionCommand() == ACTION_OK) {
if (e.getActionCommand().equals(ACTION_OK)) {
String url;
if (latestVersion.updateLink != null) {
url = latestVersion.updateLink;