Ignore:
Timestamp:
20.07.2010 08:54:22 (22 months ago)
Author:
jttt
Message:

Fix #2662 Auto-save

File:
1 edited

Legend:

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

    r3083 r3378  
    4848        //System.out.println("Going to handle method "+method+" (short: "+method.getName()+") with event "+args[0]); 
    4949        if (method.getName().equals("handleQuit")) { 
    50             handled = Main.saveUnsavedModifications(); 
     50            handled = Main.exitJosm(false); 
    5151        } else if (method.getName().equals("handleAbout")) { 
    5252            Main.main.menu.about.actionPerformed(null); 
Note: See TracChangeset for help on using the changeset viewer.