diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-28 08:19:23 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-28 08:19:23 +0000 |
commit | 8fbba48ab65bcc02ade47a2784f1983d7721058c (patch) | |
tree | e5fd20d882fe64c9dd6ec058636379631fdd5d6b /popup/src/headers.h | |
parent | 7c65c60bf7eeb001de6c29a8268b024ca2aa3c38 (diff) |
PopUp (patch from Wishmaster51):
+added support for custom langpacks
+added hotkey to open popup history
*background can now be changed together with font in font options
-removed old PLUGININFO support
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@57 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'popup/src/headers.h')
-rw-r--r-- | popup/src/headers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/popup/src/headers.h b/popup/src/headers.h index fb2a904..0e3f7bc 100644 --- a/popup/src/headers.h +++ b/popup/src/headers.h @@ -90,6 +90,7 @@ Last change by : $Author: Merlin_de $ #define NOWIN2K
#define MIRANDA_VER 0x0900
+ #define MIRANDA_CUSTOM_LP
//Miranda API (see Miranda svn)
#include <newpluginapi.h>
|