[Spambayes-checkins] spambayes/Outlook2000 addin.py,1.84,1.85

Mark Hammond mhammond at users.sourceforge.net
Thu Jul 31 04:08:23 EDT 2003


Update of /cvsroot/spambayes/spambayes/Outlook2000
In directory sc8-pr-cvs1:/tmp/cvs-serv12517

Modified Files:
	addin.py 
Log Message:
Try to not imply that the version number we are displaying is the local
version.  I really should just display *both* versions!


Index: addin.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/addin.py,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** addin.py	30 Jul 2003 03:17:59 -0000	1.84
--- addin.py	31 Jul 2003 10:08:20 -0000	1.85
***************
*** 532,536 ****
      else:
          msg = "The latest available version is %s\r\n\r\n" \
!               "You already have the latest version." % latest_ver_string
          win32ui.MessageBox(msg, "SpamBayes")
  
--- 532,536 ----
      else:
          msg = "The latest available version is %s\r\n\r\n" \
!               "No later version is available." % latest_ver_string
          win32ui.MessageBox(msg, "SpamBayes")
  





More information about the Spambayes-checkins mailing list