[GRASS-SVN] r40260 - in grass/branches/develbranch_6/gui: scripts
wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 5 11:31:01 EST 2010
Author: hamish
Date: 2010-01-05 11:31:01 -0500 (Tue, 05 Jan 2010)
New Revision: 40260
Modified:
grass/branches/develbranch_6/gui/scripts/Makefile
grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
I have you now Obi Wan (bug #580)
Modified: grass/branches/develbranch_6/gui/scripts/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/scripts/Makefile 2010-01-05 16:30:15 UTC (rev 40259)
+++ grass/branches/develbranch_6/gui/scripts/Makefile 2010-01-05 16:31:01 UTC (rev 40260)
@@ -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/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2010-01-05 16:30:15 UTC (rev 40259)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2010-01-05 16:31:01 UTC (rev 40260)
@@ -739,7 +739,7 @@
<help>Changes the default GRASS graphical user interface (GUI) setting.</help>
<keywords>general,gui</keywords>
<handler>self.OnMenuCmd</handler>
- <command>g.change.gui.py</command>
+ <command>g.change.gui.sh</command>
</menuitem>
<separator />
<menuitem>
@@ -1826,7 +1826,7 @@
<help>Change the type of geometry elements</help>
<keywords>vector,geometry</keywords>
<handler>self.OnMenuCmd</handler>
- <command>v.type_wrapper.py</command>
+ <command>v.type_wrapper.sh</command>
</menuitem>
<separator />
<menuitem>
@@ -2847,4 +2847,4 @@
</items>
</menu>
</menubar>
-</menudata>
\ No newline at end of file
+</menudata>
More information about the grass-commit
mailing list