diff options
Diffstat (limited to 'plugins/SmileyAdd/dlgboxsubclass.cpp')
-rw-r--r-- | plugins/SmileyAdd/dlgboxsubclass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/dlgboxsubclass.cpp b/plugins/SmileyAdd/dlgboxsubclass.cpp index 1cec51ce5a..03a0a6e5fd 100644 --- a/plugins/SmileyAdd/dlgboxsubclass.cpp +++ b/plugins/SmileyAdd/dlgboxsubclass.cpp @@ -261,7 +261,7 @@ public: }
SendMessage(hSmlButton, BUTTONADDTOOLTIP, (WPARAM)LPGEN("Show Smiley Selection Window"), 0);
- SendMessage(hSmlButton, BUTTONSETASFLATBTN, 0, 0);
+ SendMessage(hSmlButton, BUTTONSETASFLATBTN, TRUE, 0);
}
}
};
|