From bd612763172841f30f84c3db63c7aca9c8282cd2 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 1 Apr 2013 15:27:41 +0000 Subject: - Clist_modern: changed group in folders plugin (patch from Mataes) git-svn-id: http://svn.miranda-ng.org/main/trunk@4272 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/hdr/modern_commonheaders.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/Clist_modern/src/hdr') diff --git a/plugins/Clist_modern/src/hdr/modern_commonheaders.h b/plugins/Clist_modern/src/hdr/modern_commonheaders.h index eb5b67dd8d..4d804a9aa0 100644 --- a/plugins/Clist_modern/src/hdr/modern_commonheaders.h +++ b/plugins/Clist_modern/src/hdr/modern_commonheaders.h @@ -96,6 +96,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include #include +#include #include "modern_global_structure.h" #include "modern_clc.h" @@ -107,6 +108,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "../resource.h" #include "modern_layered_window_engine.h" +#define DEFAULT_SKIN_FOLDER "Skins\\Modern contact list" +extern TCHAR SkinsFolder[MAX_PATH]; + // module name of MetaContacts plugin extern char *g_szMetaModuleName; -- cgit v1.2.3