[GRASS-SVN] r41697 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Apr 3 15:44:02 EDT 2010
Author: hellik
Date: 2010-04-03 15:44:00 -0400 (Sat, 03 Apr 2010)
New Revision: 41697
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi
Log:
there's no tcltk-gui in grass7, so
no Windows Start Menu Shortcut for
tcltk-gui needed
Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi 2010-04-03 17:27:53 UTC (rev 41696)
+++ grass/trunk/mswindows/GRASS-Installer.nsi 2010-04-03 19:44:00 UTC (rev 41697)
@@ -565,9 +565,6 @@
CreateDirectory "$SMPROGRAMS\${GRASS_BASE}"
- CreateShortCut "$SMPROGRAMS\${GRASS_BASE}\GRASS Old TclTk GUI.lnk" "$INSTALL_DIR\${GRASS_COMMAND}.bat" "-tcltk"\
- "$INSTALL_DIR\icons\GRASS_tcltk.ico" "" SW_SHOWMINIMIZED "" "Launch GRASS ${VERSION_NUMBER} with the old TclTk GUI"
-
CreateShortCut "$SMPROGRAMS\${GRASS_BASE}\GRASS ${VERSION_NUMBER}.lnk" "$INSTALL_DIR\${GRASS_COMMAND}.bat" "-wxpython"\
"$INSTALL_DIR\icons\GRASS.ico" "" SW_SHOWMINIMIZED "" "Launch GRASS ${VERSION_NUMBER} with the new wxPython GUI"
More information about the grass-commit
mailing list