Changeset 3772 in osm for applications/editors/josm/nsis/josm.nsi
- Timestamp:
- 2007-07-27T02:58:01+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm.nsi
r3771 r3772 406 406 SectionEnd 407 407 408 Section "tways" SecTWaysPlugin 409 ;------------------------------------------- 410 SectionIn 1 2 411 SetShellVarContext current 412 SetOutPath $APPDATA\JOSM\plugins 413 File "downloads\tways-0.2.jar" 414 SectionEnd 415 408 416 SectionGroupEnd ; "Plugins" 409 417 … … 412 420 ;MessageBox MB_OK "PluginSetting!" IDOK 0 413 421 SetShellVarContext current 414 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder,validator "422 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder,validator,tways-0.2" 415 423 SectionEnd 416 424 … … 476 484 Delete "$APPDATA\JOSM\plugins\namefinder.jar" 477 485 Delete "$APPDATA\JOSM\plugins\validator.jar" 486 Delete "$APPDATA\JOSM\plugins\tways-0.2.jar" 478 487 ;Delete "$APPDATA\JOSM\plugins\mappaint\elemstyles.xml" 479 488 RMDir "$APPDATA\JOSM\plugins\osmarender" … … 505 514 !insertmacro MUI_DESCRIPTION_TEXT ${SecNamefinderPlugin} "Add a 'Find places by their name' tab to the download dialog." 506 515 !insertmacro MUI_DESCRIPTION_TEXT ${SecValidatorPlugin} "Validates edited data if it conforms to common suggestions." 516 !insertmacro MUI_DESCRIPTION_TEXT ${SecTwaysPlugin} "Mass wayfication of segments." 507 517 !insertmacro MUI_FUNCTION_DESCRIPTION_END 508 518
Note:
See TracChangeset
for help on using the changeset viewer.