[GRASS-SVN] r30042 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 9 17:10:46 EST 2008
Author: martinl
Date: 2008-02-09 17:10:46 -0500 (Sat, 09 Feb 2008)
New Revision: 30042
Modified:
grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
wxGUI: fix manual page links in the menu
Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py 2008-02-09 22:03:16 UTC (rev 30041)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py 2008-02-09 22:10:46 UTC (rev 30042)
@@ -548,7 +548,7 @@
)),
)),
("Help", (
- ("GRASS GIS help", "GRASS GIS help", "self.RunMenuCmd", "g.manual -i"),
- ("GRASS GIS Layer Manager help", "GRASS GIS Layer Manager help", "self.RunMenuCmd", "g.manual gis.m"),
+ ("GRASS GIS help", "GRASS GIS Reference Manual", "self.RunMenuCmd", "g.manual -i"),
+ ("GRASS GIS GUI help", "GUI-related Reference Manual", "self.RunMenuCmd", "g.manual wxGUI"),
("About GRASS GIS", "About GRASS GIS", "self.OnAboutGRASS", ""),
)))]
More information about the grass-commit
mailing list