[Spambayes-checkins] spambayes/Outlook2000/dialogs/resources
dialogs.rc, 1.5, 1.6
Adam Walker
xenogeist at users.sourceforge.net
Mon Aug 18 10:47:59 EDT 2003
Update of /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources
In directory sc8-pr-cvs1:/tmp/cvs-serv30967/Outlook2000/dialogs/resources
Modified Files:
dialogs.rc
Log Message:
Allow combos to optionally map "user friendly" names to option values. Applied this to the read state options on the advanced tab.
Index: dialogs.rc
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.rc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** dialogs.rc 18 Aug 2003 13:31:54 -0000 1.5
--- dialogs.rc 18 Aug 2003 16:47:57 -0000 1.6
***************
*** 48,58 ****
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,89,104,10
GROUPBOX "Read States",IDC_STATIC,7,104,234,63
! LTEXT "When a message is deleted as spam, change its read state to",
! IDC_STATIC,17,115,198,8
! LTEXT "When a message is recovered from spam, change its read state to",
! IDC_STATIC,14,139,214,8
! COMBOBOX IDC_DEL_SPAM_RS,25,124,97,54,CBS_DROPDOWNLIST | CBS_SORT |
WS_VSCROLL | WS_TABSTOP
! COMBOBOX IDC_RECOVER_RS,25,148,97,63,CBS_DROPDOWNLIST | CBS_SORT |
WS_VSCROLL | WS_TABSTOP
END
--- 48,58 ----
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,89,104,10
GROUPBOX "Read States",IDC_STATIC,7,104,234,63
! LTEXT "When a message is deleted as spam, ",IDC_STATIC,17,115,
! 121,8
! LTEXT "When a message is recovered from spam, ",IDC_STATIC,14,
! 139,137,8
! COMBOBOX IDC_DEL_SPAM_RS,36,124,126,54,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
! COMBOBOX IDC_RECOVER_RS,36,148,126,63,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
END
More information about the Spambayes-checkins
mailing list