From 8fbba48ab65bcc02ade47a2784f1983d7721058c Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Thu, 28 Apr 2011 08:19:23 +0000 Subject: 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 --- popup/src/skin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'popup/src/skin.h') 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; } -- cgit v1.2.3