mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 07:45:36 +00:00
replace text menu item (functioonality not implemented, yet)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user