diff options
Diffstat (limited to 'poxml/parser.cpp')
-rw-r--r-- | poxml/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poxml/parser.cpp b/poxml/parser.cpp index e15778b6..be06d80a 100644 --- a/poxml/parser.cpp +++ b/poxml/parser.cpp @@ -44,7 +44,7 @@ static const char *cuttingtags[] = {"bridgehead", "trans_comment", "para", "titl "revdescription", "glossentry", "partinfo", "segmentedlist", "segtitle", "seg", "seglistitem", "screenco", 0}; -static const char *literaltags[] = {"literaltqlayout", "synopsis", "screen", +static const char *literaltags[] = {"literallayout", "synopsis", "screen", "programlisting", 0}; bool StructureParser::fatalError ( const TQXmlParseException &e ) |