summaryrefslogtreecommitdiff
path: root/sources/prefs/editors/VSEditorFrame.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-22 22:23:35 +0000
committerPaul Buetow <paul@buetow.org>2008-05-22 22:23:35 +0000
commitb88ec1d81dd650c702a662b46fc22b78578765d0 (patch)
tree9e576d1248eb670c727d05e211395f5decbcca5b /sources/prefs/editors/VSEditorFrame.java
parentb761d274313c35205fec941d6d2d16d8de797a5c (diff)
run astyle.
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 {