summaryrefslogtreecommitdiff
path: root/theme.c
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-12-08 18:48:39 +0000
committerlordjaxom <lordjaxom>2004-12-08 18:48:39 +0000
commit5382d18d05d358bb1c313c642395e835aa44a6a0 (patch)
tree2b5ef58620b3640c5b21e8eafe92ee4b266b1d30 /theme.c
parenteb2f2c9600e8f69788232582191b141002bcd522 (diff)
downloadvdr-plugin-text2skin-5382d18d05d358bb1c313c642395e835aa44a6a0.tar.gz
vdr-plugin-text2skin-5382d18d05d358bb1c313c642395e835aa44a6a0.tar.bz2
1.0-pre1v1.0-pre1
Diffstat (limited to 'theme.c')
-rw-r--r--theme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme.c b/theme.c
index 706a15d..376d468 100644
--- a/theme.c
+++ b/theme.c
@@ -1,5 +1,5 @@
/*
- * $Id: theme.c,v 1.2 2004/06/16 18:46:50 lordjaxom Exp $
+ * $Id: theme.c,v 1.1.1.1 2004/11/19 16:45:31 lordjaxom Exp $
*/
#include "theme.h"
#include <vdr/osd.h>
@@ -16,7 +16,7 @@ bool cText2SkinTheme::Parse(const char *Text) {
if (l) {
if (strncmp(Text, "Item=Color,", 11) == 0) {
Text += 11;
- string name;
+ std::string name;
tColor value;
if (ParseVar(Text, "name", name) && ParseVar(Text, "default", &value)) {
mMap[name] = mTheme.AddColor(name.c_str(), value);