working out toolbar and menu changes for export

This commit is contained in:
benfry
2011-10-29 13:24:17 +00:00
parent c26457fee1
commit 789d157329
3 changed files with 5 additions and 5 deletions

View File

@@ -116,9 +116,9 @@ public class JavaToolbar extends EditorToolbar {
case EXPORT:
if (shift) {
jeditor.handleExportApplication();
} else {
jeditor.handleExportApplet();
} else {
jeditor.handleExportApplication();
}
break;
}