summaryrefslogtreecommitdiff
path: root/server/src/macrotool_filehandler.cc
diff options
context:
space:
mode:
authordeva <deva>2009-07-30 08:55:53 +0000
committerdeva <deva>2009-07-30 08:55:53 +0000
commitb596d748b398242b556cb5a6271dff014d5e638d (patch)
tree4c49da6cba80e53cd8ebc07081cb1b4cbd989d78 /server/src/macrotool_filehandler.cc
parent77272458e7a8906d871b241b5385bbd0f783d861 (diff)
Changed illogically named 'window' tag into the more descriptive 'widgets' tag.
Diffstat (limited to 'server/src/macrotool_filehandler.cc')
-rw-r--r--server/src/macrotool_filehandler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macrotool_filehandler.cc b/server/src/macrotool_filehandler.cc
index 2d9ea4e..d0245ba 100644
--- a/server/src/macrotool_filehandler.cc
+++ b/server/src/macrotool_filehandler.cc
@@ -55,7 +55,7 @@ public:
std::vector< Query > queries;
std::vector< Map > maps;
std::vector< Script > scripts;
- Widget window;
+ Widget widgets;
std::map< std::string, std::string > attributes;
Resume resume;
};