diff options
author | lordjaxom <lordjaxom> | 2004-12-19 22:03:02 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-19 22:03:02 +0000 |
commit | 9aeb43d010d2452890d2c04832f1dfda8d963c4d (patch) | |
tree | 4907fb636d40fc14a8f4d53ce33540afab3119cb /xml/object.c | |
parent | ac920774dee48c0a85b3c6fc8c6785c1a5dd8f6d (diff) | |
download | vdr-plugin-text2skin-9aeb43d010d2452890d2c04832f1dfda8d963c4d.tar.gz vdr-plugin-text2skin-9aeb43d010d2452890d2c04832f1dfda8d963c4d.tar.bz2 |
Initial revision
Diffstat (limited to 'xml/object.c')
-rw-r--r-- | xml/object.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xml/object.c b/xml/object.c index 940e5a9..b1da0b9 100644 --- a/xml/object.c +++ b/xml/object.c @@ -1,5 +1,5 @@ /* - * $Id: object.c,v 1.6 2004/12/17 19:56:16 lordjaxom Exp $ + * $Id: object.c,v 1.1 2004/12/19 22:03:27 lordjaxom Exp $ */ #include "xml/object.h" @@ -7,8 +7,8 @@ #include "font.h" static const std::string ObjectNames[] = - { "image", "text", "rectangle", "ellipse", "slope", "progress", "scrolltext", "scrollbar", - "block", "list", "item" }; + { "image", "text", "marquee", "rectangle", "ellipse", "slope", "progress", "scrolltext", + "scrollbar", "block", "list", "item" }; cxObject::cxObject(cxDisplay *parent): mType((eType)__COUNT_OBJECT__), |