oops, fix that

This commit is contained in:
benfry
2011-10-16 21:34:17 +00:00
parent c66ab09dfe
commit 9633ec7424
@@ -117,7 +117,7 @@ public class AndroidEditor extends JavaEditor {
JMenuItem exportPackage = Base.newJMenuItemShift(exportPkgTitle, 'E');
exportPackage.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
handleExportApplication();
handleExportPackage();
}
});