diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-22 21:51:39 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-22 21:51:39 +0000 |
| commit | c7048c1fcccd0a599134b03fd326e064c56c6813 (patch) | |
| tree | 2ff2974c7cdfc6d0a08fbce9ad45bb9bcc0cb0d7 /sources/prefs/editors/VSEditorFrame.java | |
| parent | 83ffbb7e36e0c6502c90a358eb8fbb1ab354db15 (diff) | |
Simulator frame closes now, if you press 'cancel'
Diffstat (limited to 'sources/prefs/editors/VSEditorFrame.java')
| -rw-r--r-- | sources/prefs/editors/VSEditorFrame.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/prefs/editors/VSEditorFrame.java b/sources/prefs/editors/VSEditorFrame.java index db76313..5cdecf1 100644 --- a/sources/prefs/editors/VSEditorFrame.java +++ b/sources/prefs/editors/VSEditorFrame.java @@ -57,6 +57,7 @@ public class VSEditorFrame extends VSFrame implements ActionListener { dispose(); } else if (actionCommand.equals(prefs.getString("lang.cancel"))) { + editor.actionPerformed(e); dispose(); } else { |
