Procházet zdrojové kódy

v.db.addcol renamed to v.db.addcolumn

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39979 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz před 15 roky
rodič
revize
5079e8e60e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      gui/wxpython/xml/menudata.xml

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

@@ -2735,7 +2735,7 @@
 	      <help>Adds one or more columns to the attribute table connected to a given vector map</help>
 	      <keywords>vector,database,attribute table</keywords>
               <handler>self.OnMenuCmd</handler>
-	      <command>v.db.addcol</command>
+	      <command>v.db.addcolumn</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>Change values</label>
@@ -2841,4 +2841,4 @@
       </items>
     </menu>
   </menubar>
-</menudata>
+</menudata>