fix for ignored "save changes" bug, and preparing release 104.

This commit is contained in:
benfry
2006-02-27 23:06:35 +00:00
parent 94065bf9ac
commit 29050bea16
6 changed files with 87 additions and 41 deletions
+1 -1
View File
@@ -357,7 +357,7 @@ public class EditorButtons extends JComponent implements MouseInputListener {
break;
case SAVE:
editor.handleSave();
editor.handleSave(false);
break;
case EXPORT: