[Spambayes-checkins] spambayes/Outlook2000 addin.py,1.82,1.83

Mark Hammond mhammond at users.sourceforge.net
Mon Jul 28 18:47:38 EDT 2003


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

Modified Files:
	addin.py 
Log Message:
Tweak the message when the user has >= the latest version


Index: addin.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/addin.py,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** addin.py	29 Jul 2003 00:38:47 -0000	1.82
--- addin.py	29 Jul 2003 00:47:36 -0000	1.83
***************
*** 531,536 ****
              os.startfile(url)
      else:
!         win32ui.MessageBox("You are already running the latest version",
!                            "SpamBayes")
  
  # A hook for whatever tests we have setup
--- 531,537 ----
              os.startfile(url)
      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")
  
  # A hook for whatever tests we have setup





More information about the Spambayes-checkins mailing list