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())

_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins

Reply via email to