summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2009-09-03 00:11:19 +0200
committerThomas Günther <tom@toms-cafe.de>2009-09-03 00:11:19 +0200
commitac01ed64bf46cdcea6a4fe8cff340f8d690b2d0d (patch)
tree1c173f1ae7fe2a38535706f2a5490ee5effea9a8 /xml
parent97c95bcb70b01c68ddef7584efc57c39859ac05b (diff)
downloadvdr-plugin-text2skin-ac01ed64bf46cdcea6a4fe8cff340f8d690b2d0d.tar.gz
vdr-plugin-text2skin-ac01ed64bf46cdcea6a4fe8cff340f8d690b2d0d.tar.bz2
Fixed spelling of refresh attribute: "allways" -> "always"
Diffstat (limited to 'xml')
-rw-r--r--xml/object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/object.c b/xml/object.c
index 421c00d..c8406f7 100644
--- a/xml/object.c
+++ b/xml/object.c
@@ -340,7 +340,7 @@ bool cxRefresh::Parse(const std::string &Text)
if (Text.find("scroll") != std::string::npos)
refresh |= (1<<scroll);
- if (Text.find("allways") != std::string::npos)
+ if (Text.find("always") != std::string::npos)
refresh |= 0xFF;
if (Text.find("full") != std::string::npos)