heading towards the next release

This commit is contained in:
benfry
2004-09-26 19:52:05 +00:00
parent c4787f33e9
commit 0d76ba9aef
3 changed files with 82 additions and 72 deletions

View File

@@ -1356,7 +1356,8 @@ implements MRJAboutHandler, MRJQuitHandler, MRJPrefsHandler
}
sketch = new PdeSketch(this, path);
exportAppItem.setEnabled(!sketch.isLibrary());
// TODO re-enable this once export application works
exportAppItem.setEnabled(false && !sketch.isLibrary());
buttons.disableRun(sketch.isLibrary());
header.rebuild();
if (PdePreferences.getBoolean("console.auto_clear")) {