diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-06-22 06:32:10 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-06-22 06:32:10 +0000 |
commit | 5b530fc9d8dc47641985456908703eaa03b7c88d (patch) | |
tree | c4578d3bab27db13c6a2eea2fecb17f09720709f /plugins | |
parent | 5cad2c347cf581bf49fd4f9220b0ed33ff0af307 (diff) |
StopSpamMod: fix 'Messages' option page style
git-svn-id: http://svn.miranda-ng.org/main/trunk@14318 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/StopSpamMod/res/stopspam.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamMod/res/stopspam.rc b/plugins/StopSpamMod/res/stopspam.rc index efdc27b4a9..dcfcb588f6 100755 --- a/plugins/StopSpamMod/res/stopspam.rc +++ b/plugins/StopSpamMod/res/stopspam.rc @@ -25,7 +25,7 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT //
IDD_MESSAGES DIALOGEX 0, 0, 302, 225
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_POPUP | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
LTEXT "Question (Ctrl+Enter for carriage return):",IDC_STATIC,0,5,156,8
|