get/got "save as" working

This commit is contained in:
benfry
2004-06-21 16:41:40 +00:00
parent ca51f70f81
commit 4fbfd25b34
8 changed files with 120 additions and 146 deletions

View File

@@ -408,7 +408,7 @@ public class PdeEditorStatus extends JPanel implements ActionListener {
} else if (e.getSource() == yesButton) {
// answer was in response to "save changes?"
unprompt();
editor.handleSave2();
editor.handleSave();
editor.checkModified2();
} else if (e.getSource() == cancelButton) {