Changeset 2025 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2009-09-02T21:17:52+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/PlatformHookOsx.java
r2017 r2025 48 48 //System.out.println("Going to handle method "+method+" (short: "+method.getName()+") with event "+args[0]); 49 49 if (method.getName().equals("handleQuit")) { 50 handled = !Main.breakBecauseUnsavedChanges();50 handled = Main.saveUnsavedModifications(); 51 51 } else if (method.getName().equals("handleAbout")) { 52 52 Main.main.menu.about.actionPerformed(null);
Note:
See TracChangeset
for help on using the changeset viewer.