fixing auto-indent and random sketchbook error

This commit is contained in:
benfry
2001-09-26 20:13:48 +00:00
parent d1dbb8db34
commit b9da77e0ad
4 changed files with 57 additions and 21 deletions

View File

@@ -286,7 +286,7 @@ public class PdeEditorButtons extends Panel {
case CLOSE: editor.doClose(); break;
case OPEN: editor.doOpen(); break;
case SAVE: editor.doSave(); break;
case SAVE: editor.doSaveAs(); break;
case EXPORT: editor.doExport(); break;
case PRINT: editor.doPrint(); break;
case BEAUTIFY: editor.doBeautify(); break;