summaryrefslogtreecommitdiff
path: root/plugins/Spamotron/res
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-05-03 20:03:35 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-05-03 20:03:35 +0000
commit34b0fa41ce76513387f4621e1c49d05bd0e396a7 (patch)
tree5900f2b2ac2e05ddeafcba965ecf3156c49a22ee /plugins/Spamotron/res
parente481c66bc1db947ae3eca4a0c37ce431d48ba1d5 (diff)
fix for the option's page style pt. 7
git-svn-id: http://svn.miranda-ng.org/main/trunk@13408 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Spamotron/res')
-rw-r--r--plugins/Spamotron/res/spamotron.rc16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/Spamotron/res/spamotron.rc b/plugins/Spamotron/res/spamotron.rc
index 6bd7870ca3..6cbc5e2660 100644
--- a/plugins/Spamotron/res/spamotron.rc
+++ b/plugins/Spamotron/res/spamotron.rc
@@ -51,9 +51,9 @@ END
//
IDD_SPAMOTRON_BAYES DIALOGEX 0, 0, 309, 230
-STYLE DS_SETFONT | WS_POPUP | WS_SYSMENU | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "Enabled",IDC_OPT_BAYES_ENABLED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,15,101,10
RTEXT "Learned ham messages:",IDC_STATIC_HAMCOUNT_LABEL,122,21,122,8
@@ -138,9 +138,9 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
IDD_SPAMOTRON_MAIN DIALOGEX 0, 0, 309, 230
-STYLE DS_SETFONT | WS_POPUP | WS_SYSMENU | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "Microsoft Sans Serif", 400, 0, 0xCC
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Settings",IDC_STATIC,8,8,293,121
LTEXT "Enabled accounts:",IDC_STATIC,16,21,98,8
@@ -170,9 +170,9 @@ BEGIN
END
IDD_SPAMOTRON_Q DIALOGEX 0, 0, 309, 230
-STYLE DS_SETFONT | WS_POPUP | WS_SYSMENU | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Mode:",IDC_STATIC,8,10,25,8
COMBOBOX IDC_OPT_MODE,35,8,85,50,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
@@ -197,9 +197,9 @@ BEGIN
END
IDD_SPAMOTRON_POPUPS DIALOGEX 0, 0, 309, 230
-STYLE DS_SETFONT | WS_POPUP | WS_SYSMENU | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "Microsoft Sans Serif", 400, 0, 0xCC
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "Enable popup notifications",IDC_OPT_POPUPS_ENABLED,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,19,277,10