[GRASS-SVN] r45154 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

Martin Landa landa.martin at gmail.com
Sat Jan 22 17:47:25 EST 2011


Hi,

2011/1/22  <svn_grass at osgeo.org>:
> Author: hellik
> Date: 2011-01-22 14:44:57 -0800 (Sat, 22 Jan 2011)
> New Revision: 45154
>
> Modified:
>   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py
> Log:
> typo
>
> Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py
> ===================================================================
> --- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py        2011-01-22 21:57:04 UTC (rev 45153)
> +++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py        2011-01-22 22:44:57 UTC (rev 45154)
> @@ -238,7 +238,7 @@
>         # buttons
>         #
>         self.btn_console_clear = wx.Button(parent = self.panelPrompt, id = wx.ID_ANY,
> -                                           label = _("C&lear output"), size=(125,-1))
> +                                           label = _("&Clear output"), size=(125,-1))
>         self.btn_cmd_clear = wx.Button(parent = self.panelPrompt, id = wx.ID_ANY,
>                                        label = _("&Clear command"), size=(125,-1))
>         if self.parent.GetName() != 'LayerManager':

this is not a typo - now you have two buttons accessible by Alt+C.

Martin

-- 
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa


More information about the grass-commit mailing list