continued development and cleanup

This commit is contained in:
benfry
2011-01-22 19:12:04 +00:00
parent 62c810a093
commit 953fee5f07
7 changed files with 88 additions and 161 deletions

View File

@@ -113,7 +113,7 @@ public class JavaToolbar extends EditorToolbar {
case EXPORT:
if (shift) {
jeditor.handleExportPackage();
jeditor.handleExportApplication();
} else {
jeditor.handleExportProject();
}