[GRASS-SVN] r52951 - grass/branches/develbranch_6/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 28 05:27:52 PDT 2012
Author: wenzeslaus
Date: 2012-08-28 05:27:52 -0700 (Tue, 28 Aug 2012)
New Revision: 52951
Modified:
grass/branches/develbranch_6/gui/wxpython/gis_set.py
Log:
wxGUI: tooltip for location wizard (merge from trunk r52949)
Modified: grass/branches/develbranch_6/gui/wxpython/gis_set.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gis_set.py 2012-08-28 10:13:47 UTC (rev 52950)
+++ grass/branches/develbranch_6/gui/wxpython/gis_set.py 2012-08-28 12:27:52 UTC (rev 52951)
@@ -135,6 +135,9 @@
label = _("&Create mapset"))
self.bwizard = wx.Button(parent = self.panel, id = wx.ID_ANY,
label = _("&Location wizard"))
+ self.bwizard.SetToolTipString(_("Start location wizard."
+ " After location is created successfully,"
+ " GRASS session is started."))
self.manageloc = wx.Choice(parent = self.panel, id = wx.ID_ANY,
choices = [_('Rename mapset'), _('Rename location'),
_('Delete mapset'), _('Delete location')])
More information about the grass-commit
mailing list