get/got "save as" working

This commit is contained in:
benfry
2004-06-21 16:41:40 +00:00
parent 1c77c979d2
commit fe7db2e58d
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) {