diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-19 11:51:08 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-19 11:51:08 +0000 |
commit | 02d3a913e0f9c77f814293b771790e13d0e0f3de (patch) | |
tree | 7874ecbac542d94f5487bfb17c998b10d6e64203 /plugins/YAPP/src/yapp_history.h | |
parent | 9521b9fe8c50ad111e79544f955eb4354310b41e (diff) |
YAPP:
- Added icon to enable/disable popups into toptoolbar
- Fixes for icons - added support for icolib, added main menu icons, used standardized icons + big icon for history window
- Version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@4726 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAPP/src/yapp_history.h')
-rw-r--r-- | plugins/YAPP/src/yapp_history.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/YAPP/src/yapp_history.h b/plugins/YAPP/src/yapp_history.h index 4927086b21..540777def0 100644 --- a/plugins/YAPP/src/yapp_history.h +++ b/plugins/YAPP/src/yapp_history.h @@ -86,7 +86,6 @@ lParam - 0 extern PopupHistoryList lstPopupHistory; //defined in main.cpp extern HWND hHistoryWindow; //the history window -extern HICON hiPopupHistory; void RefreshPopupHistory(HWND hWnd, int renderer); INT_PTR CALLBACK DlgProcHistLst(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); |