[Spambayes-checkins] spambayes/Outlook2000/dialogs dialog_map.py,
1.31, 1.32
Mark Hammond
mhammond at users.sourceforge.net
Fri Aug 29 00:23:53 EDT 2003
Update of /cvsroot/spambayes/spambayes/Outlook2000/dialogs
In directory sc8-pr-cvs1:/tmp/cvs-serv9346
Modified Files:
dialog_map.py
Log Message:
Wizard "training is important" page goes to one of the new docs.
Index: dialog_map.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/dialog_map.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** dialog_map.py 29 Aug 2003 00:12:43 -0000 1.31
--- dialog_map.py 29 Aug 2003 06:23:50 -0000 1.32
***************
*** 208,211 ****
--- 208,214 ----
"""Opens the SpamBayes documentation in a browser"""
window.manager.ShowHtml("about.html")
+ def ShowTrainingDoc(window):
+ """Opens documentation on SpamBayes training in a browser"""
+ window.manager.ShowHtml("docs/welcome.html")
def ShowDataFolder(window):
"""Uses Windows Explorer to show where SpamBayes data and configuration
***************
*** 487,491 ****
"IDD_WIZARD_TRAINING_IS_IMPORTANT" : (
(BoolButtonProcessor, "IDC_BUT_TRAIN IDC_BUT_UNTRAINED", "Wizard.will_train_later"),
! (CommandButtonProcessor, "IDC_BUT_ABOUT", ShowAbout, ()),
),
"IDD_WIZARD_FOLDERS_REST": (
--- 490,494 ----
"IDD_WIZARD_TRAINING_IS_IMPORTANT" : (
(BoolButtonProcessor, "IDC_BUT_TRAIN IDC_BUT_UNTRAINED", "Wizard.will_train_later"),
! (CommandButtonProcessor, "IDC_BUT_ABOUT", ShowTrainingDoc, ()),
),
"IDD_WIZARD_FOLDERS_REST": (
More information about the Spambayes-checkins
mailing list