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

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


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

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: explain how to change icon set
      (merge from devbr6, r35614)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py	2009-01-25 16:18:16 UTC (rev 35616)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py	2009-01-25 16:27:10 UTC (rev 35617)
@@ -1437,16 +1437,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