diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-04-01 15:27:41 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-04-01 15:27:41 +0000 |
commit | bd612763172841f30f84c3db63c7aca9c8282cd2 (patch) | |
tree | efa3788ce379267d737d1ef673dafa9ba008c0bb /plugins/Clist_modern/src/hdr | |
parent | fb979e82ccd9d1000c83cdde572365841275d1c1 (diff) |
- 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
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_commonheaders.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <m_metacontacts.h>
#include <m_variables.h>
#include <m_smileyadd.h>
+#include <m_folders.h>
#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;
|