[GRASS-SVN] r55111 - grass/branches/develbranch_6/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 18 02:26:18 PST 2013


Author: hamish
Date: 2013-02-18 02:26:18 -0800 (Mon, 18 Feb 2013)
New Revision: 55111

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_core/preferences.py
Log:
comment fix (merge from trunk)

Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/preferences.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/preferences.py	2013-02-18 10:25:40 UTC (rev 55110)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/preferences.py	2013-02-18 10:26:18 UTC (rev 55111)
@@ -1098,7 +1098,7 @@
         gridSizer = wx.GridBagSizer (hgap = 3, vgap = 3)
         gridSizer.AddGrowableCol(1)
 
-        # note + button
+        # note for users expecting on-the-fly data reprojection
         row = 0
         note0 = wx.StaticText(parent = panel, id = wx.ID_ANY,
                              label = _("\nNote: This only controls the coordinates "



More information about the grass-commit mailing list