[GRASS-SVN] r41105 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 18 17:55:40 EST 2010


Author: neteler
Date: 2010-02-18 17:55:38 -0500 (Thu, 18 Feb 2010)
New Revision: 41105

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/menudata.py
Log:
reverted gettext addition due to compile error

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/menudata.py	2010-02-18 21:23:07 UTC (rev 41104)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/menudata.py	2010-02-18 22:55:38 UTC (rev 41105)
@@ -72,8 +72,6 @@
 
 if __name__ == "__main__":
     import sys
-    import gettext
-    gettext.install('grasswxpy', os.path.join(os.getenv("GISBASE"), 'locale'), unicode=True)
     if len(sys.argv) < 2:
         sys.exit(1)
     



More information about the grass-commit mailing list