Bläddra i källkod

advertise GRASS GIS for standalone windows

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52669 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 år sedan
förälder
incheckning
7eb7b26a31
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      gui/wxpython/swipe/frame.py

+ 1 - 1
gui/wxpython/swipe/frame.py

@@ -18,7 +18,7 @@ from swipe.dialogs   import SwipeMapDialog
 
 
 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__()")