[GRASS-SVN] r42215 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 10 10:23:22 EDT 2010
Author: martinl
Date: 2010-05-10 10:23:05 -0400 (Mon, 10 May 2010)
New Revision: 42215
Modified:
grass/trunk/gui/wxpython/wxgui.py
Log:
another fix help -> ghelp
Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py 2010-05-10 14:01:29 UTC (rev 42214)
+++ grass/trunk/gui/wxpython/wxgui.py 2010-05-10 14:23:05 UTC (rev 42215)
@@ -91,9 +91,9 @@
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.help import InstallExtensionWindow
+from gui_modules.ghelp import MenuTreeWindow
+from gui_modules.ghelp import AboutWindow
+from gui_modules.ghelp import InstallExtensionWindow
from icons.icon import Icons
UserSettings = preferences.globalSettings
More information about the grass-commit
mailing list