diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 18:56:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 18:56:50 +0000 |
commit | ad0437acd3fbaa8f42249ef9bfb85c710602ae3d (patch) | |
tree | 56e4c1023add461aab1ab08566042dda4da29abc /plugins/MirFox/res | |
parent | 466affa123edae9767fa6b17334c050302865efd (diff) |
fix for the option's page style pt. 3
git-svn-id: http://svn.miranda-ng.org/main/trunk@13403 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirFox/res')
-rw-r--r-- | plugins/MirFox/res/resource.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/MirFox/res/resource.rc b/plugins/MirFox/res/resource.rc index 3040680b80..016a7627ab 100644 --- a/plugins/MirFox/res/resource.rc +++ b/plugins/MirFox/res/resource.rc @@ -49,7 +49,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT IDD_OPT1 DIALOGEX 0, 0, 310, 230
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Sans Serif", 0, 0, 0x0
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Send to contact action",IDC1_STATIC_G1,17,10,275,146
LTEXT "on left mouse button click",IDC1_LABEL2,26,25,256,10
@@ -67,7 +67,7 @@ END IDD_OPT2 DIALOGEX 0, 0, 310, 230
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Sans Serif", 0, 0, 0x0
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Show these contacts in 'Send ... to' option in Firefox",IDC_STATIC,6,7,299,219
CONTROL "",IDC2_CONTACTS_LIST,"CListControl",WS_TABSTOP | 0x1d2,11,19,287,201,WS_EX_CLIENTEDGE
@@ -76,7 +76,7 @@ END IDD_OPT3 DIALOGEX 0, 0, 310, 230
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Sans Serif", 0, 0, 0x0
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Show these accounts in 'Set status message' option in Firefox",IDC3_STATIC_G1,17,18,275,191
CONTROL "",IDC3_PROTOCOLS_LIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SORTASCENDING | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,33,35,243,164
|