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 /client | |
parent | 77272458e7a8906d871b241b5385bbd0f783d861 (diff) |
Changed illogically named 'window' tag into the more descriptive 'widgets' tag.
Diffstat (limited to 'client')
-rw-r--r-- | client/macrowindow.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/macrowindow.cc b/client/macrowindow.cc index 7173e2a..16ccf53 100644 --- a/client/macrowindow.cc +++ b/client/macrowindow.cc @@ -105,7 +105,7 @@ void MacroWindow::initMacro(QDomNode &node) printf("Unknown script type %s\n", xml_elem.attribute("language").toStdString().c_str()); } - } else if(xml_elem.tagName() == "window") { + } else if(xml_elem.tagName() == "widgets") { Window *window = new Window(xml_elem, this); macrotitle = xml_elem.attribute("caption"); mainwidget = window; |