[GRASS-SVN] r48751 - grass/trunk/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 12 07:11:32 EDT 2011


Author: martinl
Date: 2011-10-12 04:11:32 -0700 (Wed, 12 Oct 2011)
New Revision: 48751

Modified:
   grass/trunk/mswindows/osgeo4w/postinstall.bat
Log:
winGRASS: cleanup start items, only one Desktop shorcut


Modified: grass/trunk/mswindows/osgeo4w/postinstall.bat
===================================================================
--- grass/trunk/mswindows/osgeo4w/postinstall.bat	2011-10-12 11:03:30 UTC (rev 48750)
+++ grass/trunk/mswindows/osgeo4w/postinstall.bat	2011-10-12 11:11:32 UTC (rev 48751)
@@ -5,8 +5,7 @@
 textreplace -std -t "%OSGEO4W_ROOT%"\apps\grass\grass- at VERSION@\etc\fontcap 
 
 mkdir "%OSGEO4W_STARTMENU%\GRASS GIS @VERSION@" 
-xxmklink "%OSGEO4W_STARTMENU%\GRASS GIS @VERSION@\wxPython @VERSION at .lnk"   "%BATCH%" "-wxpython" \ "wxPython interface" 1 "%ICON%" 
-xxmklink "%OSGEO4W_STARTMENU%\GRASS GIS @VERSION@\Text @VERSION at .lnk"       "%BATCH%" "-text" \ "Text interface" 1 "%ICON%" 
+xxmklink "%OSGEO4W_STARTMENU%\GRASS GIS @VERSION@\Graphical Interface.lnk"   "%BATCH%" "-gui" \ "Graphical User Interface (wxGUI)" 1 "%ICON%" 
+xxmklink "%OSGEO4W_STARTMENU%\GRASS GIS @VERSION@\Text Interface.lnk"  "%BATCH%" "-text" \ "Text User Interface (CLI)" 1 "%ICON%" 
 
-xxmklink "%ALLUSERSPROFILE%\Desktop\GRASS GIS @VERSION@ (wxpython).lnk" "%BATCH%" "-wxpython" \ "wxPython" 1 "%ICON%" 
-xxmklink "%ALLUSERSPROFILE%\Desktop\GRASS GIS @VERSION@ (Text).lnk" "%BATCH%" "-text" \ "Text interface" 1 "%ICON%" 
+xxmklink "%ALLUSERSPROFILE%\Desktop\GRASS GIS @VERSION at .lnk" "%BATCH%"  "-gui" \ "GRASS GUI" 1 "%ICON%" 



More information about the grass-commit mailing list