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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 25 11:10:59 EST 2009


Author: martinl
Date: 2009-01-25 11:10:59 -0500 (Sun, 25 Jan 2009)
New Revision: 35614

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: explain how to change icon set


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py	2009-01-25 16:03:29 UTC (rev 35613)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py	2009-01-25 16:10:59 UTC (rev 35614)
@@ -1442,16 +1442,12 @@
                       pos=(row, 1))
         
         row += 1
-        iconNote = wordwrap(_("Note: Requires GUI restart."),
-                            self.GetSize()[0]-50, wx.ClientDC(self))
-
         gridSizer.Add(item=wx.StaticText(parent=panel, id=wx.ID_ANY,
-                                         label=iconNote),
-                      flag=wx.ALIGN_LEFT |
-                      wx.ALIGN_CENTER_VERTICAL,
+                                         label=_("Note: To change icon theme, "
+                                                 "you must save settings and restart the GUI.")),
+                      flag=wx.ALIGN_CENTER_VERTICAL,
                       pos=(row, 0), span=(1, 2))
-        row += 1
-        
+                      
         sizer.Add(item=gridSizer, proportion=1, flag=wx.ALL | wx.EXPAND, border=5)
         border.Add(item=sizer, proportion=1, flag=wx.ALL | wx.EXPAND, border=3)
 



More information about the grass-commit mailing list