[GRASS-SVN] r32722 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 12 07:36:43 EDT 2008


Author: martinl
Date: 2008-08-12 07:36:43 -0400 (Tue, 12 Aug 2008)
New Revision: 32722

Modified:
   grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
fix trac #255, wxGUI: db.droptable button opens db.login
(merge from devbr6, r32721)


Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-08-12 11:34:09 UTC (rev 32721)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-08-12 11:36:43 UTC (rev 32722)
@@ -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