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/skin.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/skin.h')
-rw-r--r-- | popup/src/skin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popup/src/skin.h b/popup/src/skin.h index fb9890f..8cc7171 100644 --- a/popup/src/skin.h +++ b/popup/src/skin.h @@ -153,7 +153,7 @@ public: int useInternalClock() const { return m_internalClock; }
int getLegacyRegionOpacity() const { return m_legacy_region_opacity; }
int getShadowRegionOpacity() const { return m_shadow_region_opacity; }
- bool isCompatible() const { return (DWORD) m_popup_version <= (DWORD) pluginInfo.version; }
+ bool isCompatible() const { return (DWORD) m_popup_version <= (DWORD) pluginInfoEx.version; }
const LPTSTR getName() const { return m_name; }
|