Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 29, 2005, 10:52:08 AM (18 years ago)
Author:
bensch
Message:

orxonox/branches/we: new tinyXML-version (version 2.4.2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/world_entities/src/lib/tinyxml/tinyxmlerror.cc

    r4261 r5817  
    2727// The goal of the seperate error file is to make the first
    2828// step towards localization. tinyxml (currently) only supports
    29 // latin-1, but at least the error messages could now be translated.
     29// english error messages, but the could now be translated.
    3030//
    3131// It also cleans up the code a bit.
     
    4949        "Error document empty.",
    5050        "Error null (0) or unexpected EOF found in input stream.",
     51        "Error parsing CDATA.",
    5152};
Note: See TracChangeset for help on using the changeset viewer.