Changeset 27239 in osm for applications/editors


Ignore:
Timestamp:
2011-12-15T08:49:46+01:00 (13 years ago)
Author:
stoecker
Message:

fix a bit

Location:
applications/editors/josm/nsis
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/nsis/josm.nsi

    r27237 r27239  
    290290SetShellVarContext current
    291291SetOutPath "$APPDATA\JOSM"
    292 
    293 ; don't overwrite existing bookmarks
    294 IfFileExists preferences dont_overwrite_bookmarks
    295 File "bookmarks"
    296 dont_overwrite_bookmarks:
    297292
    298293SectionEnd
     
    463458Delete "$APPDATA\JOSM\motd.html"
    464459Delete "$APPDATA\JOSM\preferences"
     460Delete "$APPDATA\JOSM\preferences.xml"
    465461Delete "$APPDATA\JOSM\bookmarks"
    466462RMDir "$APPDATA\JOSM"
Note: See TracChangeset for help on using the changeset viewer.