[GRASS-SVN] r38858 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 25 04:10:31 EDT 2009
Author: hamish
Date: 2009-08-25 04:10:31 -0400 (Tue, 25 Aug 2009)
New Revision: 38858
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py
Log:
typo
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py 2009-08-25 08:08:27 UTC (rev 38857)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py 2009-08-25 08:10:31 UTC (rev 38858)
@@ -1890,7 +1890,7 @@
"""!SQL Builder button pressed"""
self.builder = sqlbuilder.SQLFrame(parent=self, id=wx.ID_ANY,
title=_("SQL Builder"),
- vectormap=self.vectorName)
+ vectmap=self.vectorName)
def OnTextEnter(self, event):
pass
More information about the grass-commit
mailing list