Changeset 27236 in osm for applications/editors
- Timestamp:
- 2011-12-14T17:08:29+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm.nsi
r27235 r27236 382 382 SetShellVarContext current 383 383 !include LogicLib.nsh 384 IfFileExists "$APPDATA\JOSM\preferences.xml" settings_exists 384 385 FileOpen $R0 "$APPDATA\JOSM\preferences.xml" w 385 386 FileWrite $R0 "<?xml version='1.0' encoding='UTF-8'?><preferences xmlns='http://josm.openstreetmap.de/preferences-1.0' version='4660'><list key='plugins'><entry value='openstreetbugs'/><entry value='turnrestrictions'/></list></preferences>" 386 387 FileClose $R0 388 settings_exists: 387 389 388 390 SectionEnd
Note:
See TracChangeset
for help on using the changeset viewer.