Changeset 7:cd84a214dc12
- Timestamp:
- 02/09/10 03:06:34 (6 months ago)
- Branch:
- default
- Files:
-
- 1 modified
-
app/src/processing/app/Editor.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
app/src/processing/app/Editor.java
r1 r7 1005 1005 // To deal with a Mac OS X 10.5 bug, add an extra space after the name 1006 1006 // so that the OS doesn't try to insert its slow help menu. 1007 JMenu menu = new JMenu(_("Help "));1007 JMenu menu = new JMenu(_("Help")); 1008 1008 JMenuItem item; 1009 1009