diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-01 17:03:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-01 17:03:41 +0000 |
commit | 434ea02f7c7e2d119ef5648402911259427fbe02 (patch) | |
tree | 282b23120efb9e6da67927eb7282673454d50e75 /src/modules | |
parent | 803b51d1a61b8c13badf6ac1f361b4d577f03cda (diff) |
- core icons' indexes correction
- warning fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2139 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/options/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/options.cpp b/src/modules/options/options.cpp index 56f48befda..c39f613571 100644 --- a/src/modules/options/options.cpp +++ b/src/modules/options/options.cpp @@ -1034,7 +1034,7 @@ static INT_PTR CALLBACK OptionsDlgProc(HWND hdlg, UINT message, WPARAM wParam, L }
if (p->hwnd == NULL) {
RECT rcPage;
- RECT rcControl, rc;
+ RECT rc;
int w, h;
p->hwnd = CreateDialogIndirectParamA(p->hInst, p->pTemplate, hdlg, p->dlgProc, p->dwInitParam);
|