Browse Source

rename v.type wrapper script to avoid possible namespace collision on MS Windows

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37173 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 years ago
parent
commit
73a65f0182
2 changed files with 2 additions and 2 deletions
  1. 1 1
      gui/scripts/v.type.py
  2. 1 1
      gui/wxpython/xml/menudata.xml

+ 1 - 1
gui/scripts/v.type.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 ############################################################################
 #
-# MODULE:       v.type.py (v.type wrapper script)
+# MODULE:       v.type_wrapper.py (v.type wrapper script)
 #
 # AUTHOR(S):    Hamish Bowman  (Otago University, New Zealand)
 #               (original contributor, v.type.sh)

+ 1 - 1
gui/wxpython/xml/menudata.xml

@@ -1552,7 +1552,7 @@
 	      <label>Convert object types</label>
 	      <help>Change the type of geometry elements.</help>
 	      <handler>self.OnMenuCmd</handler>
-	      <command>v.type.py</command>
+	      <command>v.type_wrapper.py</command>
 	    </menuitem>
 	    <separator/>
 	    <menuitem>