diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-13 20:44:59 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-13 20:44:59 +0000 |
commit | 599a5983835aa52c30eec4ebcaddc13e9c84685c (patch) | |
tree | 48760f79ae6e8a82f5c1cc08e7bcdd7196f03800 /plugins/Scriver/src/chat/colorchooser.cpp | |
parent | 51b5164fd6c0ea0de58e4398e515dd73a0e12620 (diff) |
minor code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@4450 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/chat/colorchooser.cpp')
-rw-r--r-- | plugins/Scriver/src/chat/colorchooser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/chat/colorchooser.cpp b/plugins/Scriver/src/chat/colorchooser.cpp index c9e51e9be8..179072f0fe 100644 --- a/plugins/Scriver/src/chat/colorchooser.cpp +++ b/plugins/Scriver/src/chat/colorchooser.cpp @@ -96,7 +96,7 @@ INT_PTR CALLBACK DlgProcColorToolWindow(HWND hwndDlg, UINT msg, WPARAM wParam, L SetDlgItemText(hwndDlg, IDC_CHAT_COLORTEXT, pCC->bForeground?TranslateT("Text colour"):TranslateT("Background colour"));
- SetWindowPos(GetDlgItem(hwndDlg, IDC_CHAT_COLORTEXT), NULL, 0, 0, width, 20, 0);
+ SetWindowPos(GetDlgItem(hwndDlg, IDC_CHAT_COLORTEXT), NULL, 0, 0, width, 20, 0);
SetWindowPos(hwndDlg, NULL, pCC->xPosition, pCC->yPosition, width, height, SWP_SHOWWINDOW);
}
break;
|