Forráskód Böngészése

wxC++ tools only disabled in 6.4

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43258 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 14 éve
szülő
commit
46cfa10875
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      gui/wxpython/gui_modules/toolbars.py

+ 1 - 1
gui/wxpython/gui_modules/toolbars.py

@@ -188,7 +188,7 @@ class MapToolbar(AbstractToolbar):
             log.WriteCmdLog(_('3D view mode not available'))
             log.WriteWarning(_('Reason: %s') % str(errorMsg))
             log.WriteLog(_('Note that the wxGUI\'s 3D view mode is currently disabled '
-                           '(hopefully this will be fixed soon). '
+                           'on MS Windows (hopefully this will be fixed soon). '
                            'Please keep an eye out for updated versions of GRASS. '
                            'In the meantime you can use "NVIZ" from the File menu.'), wrap = 60)