[GRASS-SVN] r40261 - in grass/branches/releasebranch_6_4/gui: scripts wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 5 11:33:06 EST 2010


Author: hamish
Date: 2010-01-05 11:33:06 -0500 (Tue, 05 Jan 2010)
New Revision: 40261

Modified:
   grass/branches/releasebranch_6_4/gui/scripts/Makefile
   grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
Log:
I have you now Obi Wan (bug #580; merge from devbr6)

Modified: grass/branches/releasebranch_6_4/gui/scripts/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/gui/scripts/Makefile	2010-01-05 16:31:01 UTC (rev 40260)
+++ grass/branches/releasebranch_6_4/gui/scripts/Makefile	2010-01-05 16:33:06 UTC (rev 40261)
@@ -16,4 +16,6 @@
 	if [ ! -d $(ETC)/gui/scripts ] ; then $(MKDIR) $(ETC)/gui/scripts ; fi
 	for file in d.* g.*sh r.* v.*sh ; do \
 	sed -e "s#SCRIPT_NAME#$$file#" $(MODULE_TOPDIR)/gui/scripts/windows_launch.bat \
-		> $(ETC)/gui/scripts/$$file.bat ; done
+		> $(ETC)/gui/scripts/$$file.bat ; \
+	sed -e "s#SCRIPT_NAME#$$file#" $(MODULE_TOPDIR)/gui/scripts/windows_launch.bat \
+		> $(BIN)/$$file.bat ; done

Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2010-01-05 16:31:01 UTC (rev 40260)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2010-01-05 16:33:06 UTC (rev 40261)
@@ -637,7 +637,7 @@
 	      <label>Change default GUI</label>
 	      <help>Changes the default GRASS graphical user interface (GUI) setting.</help>
 	      <handler>self.OnMenuCmd</handler>
-	      <command>g.change.gui.py</command>
+	      <command>g.change.gui.sh</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>Version</label>
@@ -1587,7 +1587,7 @@
 	      <label>Convert object types</label>
 	      <help>Change the type of geometry elements</help>
 	      <handler>self.OnMenuCmd</handler>
-	      <command>v.type_wrapper.py</command>
+	      <command>v.type_wrapper.sh</command>
 	    </menuitem>
 	    <separator />
 	    <menuitem>
@@ -2482,4 +2482,4 @@
       </items>
     </menu>
   </menubar>
-</menudata>
\ No newline at end of file
+</menudata>



More information about the grass-commit mailing list