From b596d748b398242b556cb5a6271dff014d5e638d Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 30 Jul 2009 08:55:53 +0000 Subject: Changed illogically named 'window' tag into the more descriptive 'widgets' tag. --- server/src/macroheaderparser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/macroheaderparser.cc') 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(); -- cgit v1.2.3