summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-09-01 13:49:00 +0200
committerMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-09-01 13:49:00 +0200
commit672ec8b7e10375d178c4803c958c49e816fd673e (patch)
treed5e5d2e8a0270575068c662d811f9ae00819c3cd /config.h
parentaaeacb41484e988ebab26f4b326ac5ad954de01b (diff)
downloadskin-flat-672ec8b7e10375d178c4803c958c49e816fd673e.tar.gz
skin-flat-672ec8b7e10375d178c4803c958c49e816fd673e.tar.bz2
fixes in SetItem
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index acedde0..98562d5 100644
--- a/config.h
+++ b/config.h
@@ -6,7 +6,8 @@
#include <vdr/plugin.h>
#include "flat.h"
-#define PLUGINPATH (cPlugin::ConfigDirectory(PLUGIN_NAME_I18N))
+#define PLUGINCONFIGPATH (cPlugin::ConfigDirectory(PLUGIN_NAME_I18N))
+#define PLUGINRESOURCEPATH (cPlugin::ResourceDirectory(PLUGIN_NAME_I18N))
class cFlatConfig
{