diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-22 22:23:35 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-22 22:23:35 +0000 |
| commit | b88ec1d81dd650c702a662b46fc22b78578765d0 (patch) | |
| tree | 9e576d1248eb670c727d05e211395f5decbcca5b /sources/prefs/editors/VSEditorFrame.java | |
| parent | b761d274313c35205fec941d6d2d16d8de797a5c (diff) | |
run astyle.
Diffstat (limited to 'sources/prefs/editors/VSEditorFrame.java')
| -rw-r--r-- | sources/prefs/editors/VSEditorFrame.java | 2 |
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 { |
