mirror of
https://github.com/processing/processing4.git
synced 2026-02-16 11:55:38 +01:00
that was surprisingly tricky
This commit is contained in:
@@ -72,7 +72,7 @@ public class JavaToolbar extends EditorToolbar {
|
||||
case NEW: return !shift ? "New" : "New Editor Window";
|
||||
case OPEN: return !shift ? "Open" : "Open in Another Window";
|
||||
case SAVE: return "Save";
|
||||
case EXPORT: return !shift ? "Export Applet" : "Export Application";
|
||||
case EXPORT: return !shift ? "Export Application" : "Export Applet";
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user