Changeset 18771 in josm for trunk/src


Ignore:
Timestamp:
2023-07-05T14:51:39+02:00 (12 months ago)
Author:
taylor.smock
Message:

Fix #23022: Application name on macOS 12 is MainApplication

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/PlatformHookOsx.java

    r18704 r18771  
    6060            Utils.updateSystemProperty("apple.laf.useScreenMenuBar", "true");
    6161        }
     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.
    6267        Utils.updateSystemProperty("apple.awt.application.name", "JOSM");
    6368    }
Note: See TracChangeset for help on using the changeset viewer.