diff options
author | George Hazan <ghazan@miranda.im> | 2019-05-30 21:38:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-05-30 21:38:21 +0300 |
commit | 31227b632831b50417766926d5a953caf819e71d (patch) | |
tree | 55945ec3be965f2419102f893feede4ef182d37e /plugins/SmileyAdd/src/services.cpp | |
parent | 502b684aba2c511bedae4b56a8d895d6c2ac5269 (diff) |
SmileyAdd: fix for incorrectly adapted dialog procedure
Diffstat (limited to 'plugins/SmileyAdd/src/services.cpp')
-rw-r--r-- | plugins/SmileyAdd/src/services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/src/services.cpp b/plugins/SmileyAdd/src/services.cpp index b7e7e3e066..65cea6dce4 100644 --- a/plugins/SmileyAdd/src/services.cpp +++ b/plugins/SmileyAdd/src/services.cpp @@ -440,4 +440,4 @@ int ReloadColour(WPARAM, LPARAM) {
opt.SelWndBkgClr = db_get_dw(0, "SmileyAdd", "SelWndBkgClr", GetSysColor(COLOR_WINDOW));
return 0;
-}
\ No newline at end of file +}
|