that was surprisingly tricky

This commit is contained in:
benfry
2011-09-09 16:27:44 +00:00
parent 913d32a644
commit 63266414fb
2 changed files with 83 additions and 83 deletions

View File

@@ -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;
}