[GRASS-SVN] r52669 - grass/trunk/gui/wxpython/swipe

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 13 09:51:01 PDT 2012


Author: neteler
Date: 2012-08-13 09:51:01 -0700 (Mon, 13 Aug 2012)
New Revision: 52669

Modified:
   grass/trunk/gui/wxpython/swipe/frame.py
Log:
advertise GRASS GIS for standalone windows

Modified: grass/trunk/gui/wxpython/swipe/frame.py
===================================================================
--- grass/trunk/gui/wxpython/swipe/frame.py	2012-08-13 15:33:53 UTC (rev 52668)
+++ grass/trunk/gui/wxpython/swipe/frame.py	2012-08-13 16:51:01 UTC (rev 52669)
@@ -18,7 +18,7 @@
 
 
 class SwipeMapFrame(DoubleMapFrame):
-    def __init__(self, parent  = None, title = _("Map Swipe"), name = "swipe", **kwargs):
+    def __init__(self, parent  = None, title = _("GRASS GIS Map Swipe"), name = "swipe", **kwargs):
         DoubleMapFrame.__init__(self, parent = parent, title = title, name = name,
                                 firstMap = Map(), secondMap = Map(), **kwargs)
         Debug.msg (1, "SwipeMapFrame.__init__()")



More information about the grass-commit mailing list