Changeset 27239 in osm for applications/editors
- Timestamp:
- 2011-12-15T08:49:46+01:00 (13 years ago)
- Location:
- applications/editors/josm/nsis
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm.nsi
r27237 r27239 290 290 SetShellVarContext current 291 291 SetOutPath "$APPDATA\JOSM" 292 293 ; don't overwrite existing bookmarks294 IfFileExists preferences dont_overwrite_bookmarks295 File "bookmarks"296 dont_overwrite_bookmarks:297 292 298 293 SectionEnd … … 463 458 Delete "$APPDATA\JOSM\motd.html" 464 459 Delete "$APPDATA\JOSM\preferences" 460 Delete "$APPDATA\JOSM\preferences.xml" 465 461 Delete "$APPDATA\JOSM\bookmarks" 466 462 RMDir "$APPDATA\JOSM"
Note:
See TracChangeset
for help on using the changeset viewer.