[GRASS-SVN] r29546 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 31 08:28:28 EST 2007
Author: neteler
Date: 2007-12-31 08:28:28 -0500 (Mon, 31 Dec 2007)
New Revision: 29546
Modified:
grass/trunk/gui/wxpython/gis_set.py
Log:
hint where to find helptext.html
Modified: grass/trunk/gui/wxpython/gis_set.py
===================================================================
--- grass/trunk/gui/wxpython/gis_set.py 2007-12-31 13:22:26 UTC (rev 29545)
+++ grass/trunk/gui/wxpython/gis_set.py 2007-12-31 13:28:28 UTC (rev 29546)
@@ -623,6 +623,7 @@
def OnHelp(self, event):
"""'Help' button clicked"""
+ # help text in lib/init/helptext.html
file=os.path.join(self.gisbase, "docs", "html", "helptext.html")
helpFrame = HelpWindow(parent=self, id=wx.ID_ANY,
More information about the grass-commit
mailing list