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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 12 07:34:09 EDT 2008


Author: martinl
Date: 2008-08-12 07:34:09 -0400 (Tue, 12 Aug 2008)
New Revision: 32721

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
Log:
fix trac #255, wxGUI: db.droptable button opens db.login


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py	2008-08-12 11:31:14 UTC (rev 32720)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py	2008-08-12 11:34:09 UTC (rev 32721)
@@ -1815,7 +1815,7 @@
                                 (_("Remove table"),
                                  _("Sets user/password for driver/database."),
                                  "self.OnMenuCmd",
-                                 "db.login"),
+                                 "db.droptable"),
                                 ("","","", ""),
 
                                 (_("Add columns"),



More information about the grass-commit mailing list