/[gnue]/gnue-common/src/apps/GBaseApp.py
ViewVC logotype

Diff of /gnue-common/src/apps/GBaseApp.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.40 by reinhard, Tue Sep 30 16:35:19 2003 UTC revision 1.41 by btami, Mon Oct 6 09:58:31 2003 UTC
# Line 235  class GBaseApp: Line 235  class GBaseApp:
235        # no need for LC_ALL on win2k and XP with this variant        # no need for LC_ALL on win2k and XP with this variant
236        lang = [locale.getdefaultlocale()[0]]        lang = [locale.getdefaultlocale()[0]]
237        global catalog, textEncoding        global catalog, textEncoding
238        catalog = gettext.translation('gnue',paths.data+'share/locale',languages=lang)        catalog = gettext.translation('gnue',paths.data+'/share/locale',languages=lang)
239        catalog.install(unicode=1)        catalog.install(unicode=1)
240        textEncoding = gConfig('textEncoding')        textEncoding = gConfig('textEncoding')
241        if not catalog.charset():        if not catalog.charset():

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26