Changeset 23118 in osm for applications/editors/josm/nsis


Ignore:
Timestamp:
2010-09-12T10:49:08+02:00 (14 years ago)
Author:
stoecker
Message:

fix wrong plugin separation

File:
1 edited

Legend:

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

    r22598 r23118  
    398398SetShellVarContext current
    399399!include LogicLib.nsh
    400 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "openstreetbugs;remotecontrol;validator;wmsplugin"
     400${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "openstreetbugs
     401remotecontrol
     402validator
     403wmsplugin"
    401404SectionEnd
    402405
Note: See TracChangeset for help on using the changeset viewer.