[GRASS-SVN] r38856 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 25 04:07:57 EDT 2009


Author: hamish
Date: 2009-08-25 04:07:56 -0400 (Tue, 25 Aug 2009)
New Revision: 38856

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py
Log:
fix parm name so sqlbuilder starts

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py	2009-08-25 07:50:54 UTC (rev 38855)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py	2009-08-25 08:07:56 UTC (rev 38856)
@@ -1890,7 +1890,7 @@
         """!SQL Builder button pressed"""
         self.builder = sqlbuilder.SQLFrame(parent=self, id=wx.ID_ANY,
                                            title=_("SQL Builder"),
-                                           vectorName=self.vectorName)
+                                           vectormap=self.vectorName)
     def OnTextEnter(self, event):
         pass
 



More information about the grass-commit mailing list