[Spambayes-checkins] spambayes/Outlook2000 manager.py,1.107,1.108

Tony Meyer anadelonbrin at users.sourceforge.net
Thu Apr 7 06:18:21 CEST 2005


Update of /cvsroot/spambayes/spambayes/Outlook2000
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9729/Outlook2000

Modified Files:
	manager.py 
Log Message:
The language manager can now find the dialogs on its own.

Index: manager.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/manager.py,v
retrieving revision 1.107
retrieving revision 1.108
diff -C2 -d -r1.107 -r1.108
*** manager.py	16 Jan 2005 22:15:53 -0000	1.107
--- manager.py	7 Apr 2005 04:18:19 -0000	1.108
***************
*** 373,377 ****
  
          # Load the environment for translation.
!         lang_manager = bayes_i18n.LanguageManager(self.application_directory)
          # Set the system user default language.
          lang_manager.set_language(lang_manager.locale_default_lang())
--- 373,377 ----
  
          # Load the environment for translation.
!         lang_manager = bayes_i18n.LanguageManager()
          # Set the system user default language.
          lang_manager.set_language(lang_manager.locale_default_lang())



More information about the Spambayes-checkins mailing list