diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-21 12:11:11 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-21 12:11:11 +0000 |
commit | 84c6ccfafbfe7b320443294ac78b3033774602cf (patch) | |
tree | d92c6f118c604944cad11fea006ba0aa20d8023f /plugins/Clist_modern/src/modern_viewmodebar.cpp | |
parent | 6dc45c41690e8d25757918256fbcb0a06db52f17 (diff) |
proper file for the precompiled headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@2415 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_viewmodebar.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_viewmodebar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_viewmodebar.cpp b/plugins/Clist_modern/src/modern_viewmodebar.cpp index 2bf9ae8666..61b5fc0bcd 100644 --- a/plugins/Clist_modern/src/modern_viewmodebar.cpp +++ b/plugins/Clist_modern/src/modern_viewmodebar.cpp @@ -1161,7 +1161,7 @@ LRESULT CALLBACK ViewModeFrameWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM BitBlt(hdc,rc.left,rc.top,rc.right-rc.left,rc.bottom-rc.top,hdc2,rc.left,rc.top,SRCCOPY);
SelectObject(hdc2,hbmpo);
DeleteObject(hbmp);
- mod_DeleteDC(hdc2);
+ DeleteDC(hdc2);
SelectObject(hdc,GetStockObject(DEFAULT_GUI_FONT));
|