fixed all compile errors, what's next?

This commit is contained in:
benfry
2004-05-16 19:46:14 +00:00
parent f9cb7c759a
commit 14ac186599
6 changed files with 58 additions and 38 deletions

View File

@@ -285,7 +285,7 @@ public class PdeEditorStatus extends JPanel implements ActionListener {
int c = event.getKeyChar();
if (c == KeyEvent.VK_ENTER) { // accept the input
editor.skSaveAs2(editField.getText());
editor.handleSaveAs2(editField.getText());
unedit();
event.consume();