get android code to compile

This commit is contained in:
benfry
2011-01-22 22:27:52 +00:00
parent 953fee5f07
commit 70b4950e09
11 changed files with 248 additions and 174 deletions

View File

@@ -115,7 +115,7 @@ public class JavaToolbar extends EditorToolbar {
if (shift) {
jeditor.handleExportApplication();
} else {
jeditor.handleExportProject();
jeditor.handleExportApplet();
}
break;
}