Changeset 1286 in josm for trunk/src/org/openstreetmap/josm/actions/ExitAction.java
- Timestamp:
- 17.01.2009 22:41:20 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/ExitAction.java
r1169 r1286 25 25 26 26 public void actionPerformed(ActionEvent e) { 27 if (!Main.breakBecauseUnsavedChanges()) 27 if (!Main.breakBecauseUnsavedChanges()) { 28 Main.saveGuiGeometry(); 28 29 System.exit(0); 30 } 29 31 } 30 32 }
Note: See TracChangeset
for help on using the changeset viewer.
