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

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