mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
oops, fix that
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user