commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/common/src/apps GBaseApp.py


From: Bajusz Tamás
Subject: gnue/common/src/apps GBaseApp.py
Date: Sat, 29 Mar 2003 16:42:52 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Bajusz Tamás <address@hidden>   03/03/29 16:42:52

Modified files:
        common/src/apps: GBaseApp.py 

Log message:
        minor fix

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/apps/GBaseApp.py.diff?tr1=1.36&tr2=1.37&r1=text&r2=text

Patches:
Index: gnue/common/src/apps/GBaseApp.py
diff -c gnue/common/src/apps/GBaseApp.py:1.36 
gnue/common/src/apps/GBaseApp.py:1.37
*** gnue/common/src/apps/GBaseApp.py:1.36       Sat Mar 22 15:43:54 2003
--- gnue/common/src/apps/GBaseApp.py    Sat Mar 29 16:42:52 2003
***************
*** 42,49 ****
  from gnue.common.utils.TextUtils import lineWrap
  import locale
  
! locale.setlocale(locale.LC_ALL, '')
! 
  # Important for now _() to be defined here
  import __builtin__
  __builtin__.__dict__['_'] = lambda string:string
--- 42,53 ----
  from gnue.common.utils.TextUtils import lineWrap
  import locale
  
! # Mac has problems with LC_ALL...
! try:
!   locale.setlocale(locale.LC_ALL, '')
! except:
!   pass
!   
  # Important for now _() to be defined here
  import __builtin__
  __builtin__.__dict__['_'] = lambda string:string




reply via email to

[Prev in Thread] Current Thread [Next in Thread]