summaryrefslogtreecommitdiff
path: root/protocols/Yahoo/res
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-05-03 20:52:34 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-05-03 20:52:34 +0000
commit7bd0056248d748046b7a88d10522c8391c43f31c (patch)
tree140259f1659b44c49af35a5d78c7da20559655cb /protocols/Yahoo/res
parent5b779a138bdd9c018be006128a1a990848b9b531 (diff)
fix for the option's page style pt. 10
git-svn-id: http://svn.miranda-ng.org/main/trunk@13413 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Yahoo/res')
-rw-r--r--protocols/Yahoo/res/Yahoo.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Yahoo/res/Yahoo.rc b/protocols/Yahoo/res/Yahoo.rc
index a9072b97d2..903bb386d1 100644
--- a/protocols/Yahoo/res/Yahoo.rc
+++ b/protocols/Yahoo/res/Yahoo.rc
@@ -15,7 +15,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
IDD_OPT_YAHOO DIALOGEX 0, 0, 296, 220
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -53,7 +53,7 @@ BEGIN
END
IDD_OPT_YAHOO_CONNECTION DIALOGEX 0, 0, 296, 220
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -67,7 +67,7 @@ BEGIN
END
IDD_OPT_YAHOO_IGNORE DIALOGEX 0, 0, 296, 220
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN