diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-07-01 19:57:03 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-07-01 19:57:03 +0000 |
commit | 63d7c410aff770eb186460b9dcc2bba8f25acd3a (patch) | |
tree | ed7acdad59741e6b75122c514fc7dae5c15006f5 /dbeditorpp/headers.h | |
parent | 7ad4550af9bf16f3a6212edfc1f425082065b095 (diff) |
patch from FREAK_THEMIGHTY:
-destroys services on exit
-adds support for per plugin translations
-adds an hotkey to open DBEditor
-removes dead beta page
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@138 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'dbeditorpp/headers.h')
-rw-r--r-- | dbeditorpp/headers.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dbeditorpp/headers.h b/dbeditorpp/headers.h index b1b4c23..8cd54c9 100644 --- a/dbeditorpp/headers.h +++ b/dbeditorpp/headers.h @@ -6,6 +6,7 @@ #define _WIN32_WINNT 0x0501
#define MIRANDA_VER 0x0900
+#define MIRANDA_CUSTOM_LP
#if defined( UNICODE ) && !defined( _UNICODE )
#define _UNICODE
@@ -43,6 +44,7 @@ #include <m_history.h>
#include <m_popup.h>
#include <m_icolib.h>
+#include <m_hotkeys.h>
#include "m_updater.h"
#include "m_toptoolbar.h"
@@ -57,7 +59,7 @@ /////// icons support
extern BYTE UsingIconManager;
-void addIcons(char* szModuleFileName);
+void addIcons(TCHAR* szModuleFileName);
HICON LoadSkinnedDBEIcon(int icon);
int AddIconToList(HIMAGELIST hil, HICON hIcon);
void AddProtoIconsToList(HIMAGELIST hil, int newshift);
|