[GRASS-SVN] r43195 - in
grass/branches/releasebranch_6_4/gui/wxpython: gui_modules xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 21 23:45:26 EDT 2010
Author: hamish
Date: 2010-08-22 03:45:26 +0000 (Sun, 22 Aug 2010)
New Revision: 43195
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/mcalc_builder.py
grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
Log:
fix & buttons; tooltip typos (merge from trunk)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/mcalc_builder.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/mcalc_builder.py 2010-08-22 03:40:31 UTC (rev 43194)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/mcalc_builder.py 2010-08-22 03:45:26 UTC (rev 43195)
@@ -163,18 +163,18 @@
self.btn['compl'].SetToolTipString(_('one\'s complement'))
self.btn['not'] = wx.Button(parent = self.panel, id = wx.ID_ANY, label = "!")
self.btn['not'].SetToolTipString(_('NOT'))
- self.btn['andbit'] = wx.Button(parent = self.panel, id = wx.ID_ANY, label = '&')
+ self.btn['andbit'] = wx.Button(parent = self.panel, id = wx.ID_ANY, label = '&&&')
self.btn['andbit'].SetToolTipString(_('bitwise AND'))
self.btn['orbit'] = wx.Button(parent = self.panel, id = wx.ID_ANY, label = "|")
self.btn['orbit'].SetToolTipString(_('bitwise OR'))
- self.btn['and'] = wx.Button(parent = self.panel, id = wx.ID_ANY, label = "&&&")
+ self.btn['and'] = wx.Button(parent = self.panel, id = wx.ID_ANY, label = "&&&&&")
self.btn['and'].SetToolTipString(_('logical AND'))
- self.btn['andnull'] = wx.Button(parent = self.panel, id = wx.ID_ANY, label = "&&&&&")
- self.btn['andnull'].SetToolTipString(_('logical AND (ignores NULLs'))
+ self.btn['andnull'] = wx.Button(parent = self.panel, id = wx.ID_ANY, label = "&&&&&&&")
+ self.btn['andnull'].SetToolTipString(_('logical AND (ignores NULLs)'))
self.btn['or'] = wx.Button(parent = self.panel, id = wx.ID_ANY, label = "||")
self.btn['or'].SetToolTipString(_('logical OR'))
self.btn['ornull'] = wx.Button(parent = self.panel, id = wx.ID_ANY, label = "|||")
- self.btn['ornull'].SetToolTipString(_('logical OR (ignores NULLs'))
+ self.btn['ornull'].SetToolTipString(_('logical OR (ignores NULLs)'))
self.btn['cond'] = wx.Button(parent = self.panel, id = wx.ID_ANY, label = "?:")
self.btn['cond'].SetToolTipString(_('conditional'))
Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2010-08-22 03:40:31 UTC (rev 43194)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2010-08-22 03:45:26 UTC (rev 43195)
@@ -855,7 +855,7 @@
<command>r.mask</command>
</menuitem>
<menuitem>
- <label>Raster calculator</label>
+ <label>Raster map calculator</label>
<help>Map calculator for raster map algebra.</help>
<handler>self.OnMapCalculator</handler>
</menuitem>
More information about the grass-commit
mailing list