diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-13 14:57:11 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-13 14:57:11 +0000 |
commit | 5aa2a6fdad72feeff99041bfdf17fd607a45033a (patch) | |
tree | 422a83caf7119f1797ffa890c59bded8dc1cb9d8 /plugins/KeyboardNotify/res | |
parent | 85683af6f692614dec3c5741811cee3d2565f999 (diff) |
KeyboardNotify: compilation fix (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@1908 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/KeyboardNotify/res')
-rw-r--r-- | plugins/KeyboardNotify/res/resources.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/KeyboardNotify/res/resources.rc b/plugins/KeyboardNotify/res/resources.rc index f63ee9d214..33016e571e 100644 --- a/plugins/KeyboardNotify/res/resources.rc +++ b/plugins/KeyboardNotify/res/resources.rc @@ -31,7 +31,7 @@ STYLE DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "Tab1",IDC_TABS,"SysTabControl32",TCS_FIXEDWIDTH | 0x8,0,
+ CONTROL "Tab1",IDC_TABS,"SysTabControl32",TCS_SINGLELINE | 0x8,0,
0,317,245
END
|