summaryrefslogtreecommitdiff
path: root/sources/prefs/editors/VSEditorFrame.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/prefs/editors/VSEditorFrame.java')
-rw-r--r--sources/prefs/editors/VSEditorFrame.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/prefs/editors/VSEditorFrame.java b/sources/prefs/editors/VSEditorFrame.java
index 5cdecf1..a0a5be8 100644
--- a/sources/prefs/editors/VSEditorFrame.java
+++ b/sources/prefs/editors/VSEditorFrame.java
@@ -57,7 +57,7 @@ public class VSEditorFrame extends VSFrame implements ActionListener {
dispose();
} else if (actionCommand.equals(prefs.getString("lang.cancel"))) {
- editor.actionPerformed(e);
+ editor.actionPerformed(e);
dispose();
} else {