[Spambayes-checkins] spambayes/Outlook2000/dialogs/resources
dialogs.rc, 1.25, 1.26
Mark Hammond
mhammond at users.sourceforge.net
Mon Aug 25 21:07:18 EDT 2003
Update of /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources
In directory sc8-pr-cvs1:/tmp/cvs-serv25137
Modified Files:
dialogs.rc
Log Message:
Group the "ham training" options with the "spam training" ones
Index: dialogs.rc
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.rc,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** dialogs.rc 26 Aug 2003 02:53:39 -0000 1.25
--- dialogs.rc 26 Aug 2003 03:07:16 -0000 1.26
***************
*** 505,509 ****
FONT 8, "Tahoma", 0, 0, 0x1
BEGIN
! GROUPBOX "Bulk training",IDC_STATIC,5,1,243,113
LTEXT "Folders with known good messages.",IDC_STATIC,11,11,131,
11
--- 505,509 ----
FONT 8, "Tahoma", 0, 0, 0x1
BEGIN
! GROUPBOX "",IDC_STATIC,5,1,243,113
LTEXT "Folders with known good messages.",IDC_STATIC,11,11,131,
11
***************
*** 529,542 ****
IDC_BUT_TRAIN_FROM_SPAM_FOLDER,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,11,127,204,18
! LTEXT "Clicking Delete as Spam should",IDC_STATIC,11,148,104,
! 10
! COMBOBOX IDC_DEL_SPAM_RS,130,145,112,54,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
CONTROL "Train that a message is spam when it is moved to the spam folder",
IDC_BUT_TRAIN_TO_SPAM_FOLDER,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,11,163,204,16
! LTEXT "Clicking Recover From Spam should",IDC_STATIC,11,183,
! 115,10
! COMBOBOX IDC_RECOVER_RS,128,180,114,54,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
END
--- 529,542 ----
IDC_BUT_TRAIN_FROM_SPAM_FOLDER,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,11,127,204,18
! LTEXT "Clicking Recover From Spam should",IDC_STATIC,10,148,
! 115,10
! COMBOBOX IDC_RECOVER_RS,127,145,114,54,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
CONTROL "Train that a message is spam when it is moved to the spam folder",
IDC_BUT_TRAIN_TO_SPAM_FOLDER,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,11,163,204,16
! LTEXT "Clicking Delete as Spam should",IDC_STATIC,10,183,104,
! 10
! COMBOBOX IDC_DEL_SPAM_RS,129,180,112,54,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
END
More information about the Spambayes-checkins
mailing list