[GRASS-SVN] r42216 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 10 10:31:32 EDT 2010


Author: martinl
Date: 2010-05-10 10:31:31 -0400 (Mon, 10 May 2010)
New Revision: 42216

Modified:
   grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
another fix help -> ghelp
(merge r42215 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py	2010-05-10 14:23:05 UTC (rev 42215)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py	2010-05-10 14:31:31 UTC (rev 42216)
@@ -91,8 +91,8 @@
 import gui_modules.menu as menu
 import gui_modules.gmodeler as gmodeler
 from   gui_modules.debug import Debug
-from   gui_modules.help import MenuTreeWindow
-from   gui_modules.help import AboutWindow
+from   gui_modules.ghelp import MenuTreeWindow
+from   gui_modules.ghelp import AboutWindow
 from   icons.icon import Icons
 
 UserSettings = preferences.globalSettings



More information about the grass-commit mailing list