Changeset 18771 in josm
- Timestamp:
- 2023-07-05T14:51:39+02:00 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/PlatformHookOsx.java
r18704 r18771 60 60 Utils.updateSystemProperty("apple.laf.useScreenMenuBar", "true"); 61 61 } 62 } 63 64 @Override 65 public void preStartupHook() { 66 // This may need to be set early, see #23022. The behavior in the ticket was not reproduced on macOS 13.4. 62 67 Utils.updateSystemProperty("apple.awt.application.name", "JOSM"); 63 68 }
Note:
See TracChangeset
for help on using the changeset viewer.