Changeset 30517 in osm for applications/editors/josm/nsis/josm.nsi
- Timestamp:
- 2014-07-10T18:33:10+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm.nsi
r30198 r30517 333 333 Section $(JOSM_SEC_DESKTOP_ICON) SecDesktopIcon 334 334 ;------------------------------------------- 335 ; SectionIn 1 2336 335 ; Create desktop icon 337 336 ; Desktop icon for a program should not be installed as default! … … 341 340 Section $(JOSM_SEC_QUICKLAUNCH_ICON) SecQuickLaunchIcon 342 341 ;------------------------------------------- 343 SectionIn 1 2 344 ; Create quick launch icon342 ; Create quick launch icon. Does not really exist as of Windows 7/8 but still advanced users use it. 343 ; Only disable it by default, see #10241 345 344 CreateShortCut "$QUICKLAUNCH\JOSM.lnk" "$INSTDIR\josm.exe" "" "$INSTDIR\josm.exe" 0 "" "" $(JOSM_LINK_TEXT) 346 345 SectionEnd
Note:
See TracChangeset
for help on using the changeset viewer.