diff options
author | deva <deva> | 2009-07-30 08:55:53 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-30 08:55:53 +0000 |
commit | b596d748b398242b556cb5a6271dff014d5e638d (patch) | |
tree | 4c49da6cba80e53cd8ebc07081cb1b4cbd989d78 /server/src/macroheaderparser.cc | |
parent | 77272458e7a8906d871b241b5385bbd0f783d861 (diff) |
Changed illogically named 'window' tag into the more descriptive 'widgets' tag.
Diffstat (limited to 'server/src/macroheaderparser.cc')
-rw-r--r-- | server/src/macroheaderparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macroheaderparser.cc b/server/src/macroheaderparser.cc index e9748b1..d6ba0bb 100644 --- a/server/src/macroheaderparser.cc +++ b/server/src/macroheaderparser.cc @@ -94,7 +94,7 @@ MacroHeaderParser::~MacroHeaderParser() void MacroHeaderParser::startTag(std::string name, std::map< std::string, std::string> attributes) { - // Create macro and enable parsing of queries, maps and window + // Create macro and enable parsing of queries, maps and widgets if(name == "macro") { assert(!m); // A Macro has already been allocated, cannot create macro! m = new Macro(); |