diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-03 13:18:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-03 13:18:14 +0000 |
commit | 4b89d658c16f73387acf84a3e1eb899eb4ea0fcb (patch) | |
tree | 98e50f89c10296c5d73be1179d3e1fead7297c33 /plugins/UserInfoEx/src/dlg_propsheet.cpp | |
parent | 5269daf337ff67b0a804e7c63909a800b335a8db (diff) |
more leaks
git-svn-id: http://svn.miranda-ng.org/main/trunk@5564 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/dlg_propsheet.cpp')
-rw-r--r-- | plugins/UserInfoEx/src/dlg_propsheet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/dlg_propsheet.cpp b/plugins/UserInfoEx/src/dlg_propsheet.cpp index 9a4ff2112d..2775719a87 100644 --- a/plugins/UserInfoEx/src/dlg_propsheet.cpp +++ b/plugins/UserInfoEx/src/dlg_propsheet.cpp @@ -766,7 +766,7 @@ static INT_PTR CALLBACK DlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lPar //
// set icons
//
- SendMessage(hDlg, WM_SETICON, ICON_BIG, (LPARAM)LoadIcon(ghInst, MAKEINTRESOURCE(IDI_MAIN)));
+ SendMessage(hDlg, WM_SETICON, ICON_BIG, (LPARAM)IcoLib_GetIcon(ICO_COMMON_MAIN));
DlgProc(hDlg, HM_RELOADICONS, NULL, NULL);
//
|