[Spambayes-checkins] spambayes/spambayes ProxyUI.py,1.54,1.55

Tony Meyer anadelonbrin at users.sourceforge.net
Wed Dec 22 00:16:40 CET 2004


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

Modified Files:
	ProxyUI.py 
Log Message:
Add i18n support.

Index: ProxyUI.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/ProxyUI.py,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** ProxyUI.py	8 Dec 2004 03:34:29 -0000	1.54
--- ProxyUI.py	21 Dec 2004 23:16:28 -0000	1.55
***************
*** 164,168 ****
          global state
          UserInterface.UserInterface.__init__(self, proxy_state.bayes,
!                                              parm_ini_map, adv_map)
          state = proxy_state
          self.state_recreator = state_recreator # ugly
--- 164,169 ----
          global state
          UserInterface.UserInterface.__init__(self, proxy_state.bayes,
!                                              parm_ini_map, adv_map,
!                                              proxy_state.lang_manager)
          state = proxy_state
          self.state_recreator = state_recreator # ugly



More information about the Spambayes-checkins mailing list