summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authordeva <deva>2008-09-19 15:02:48 +0000
committerdeva <deva>2008-09-19 15:02:48 +0000
commit463404ce952bffb323cd68335eb5e326d7837c88 (patch)
tree4ff0ae1740e6e0c5d9674ceaf9e2780f4b5fe2c1 /client
parent3541224f0fb3d5b7b531eef45318d7e41cb51915 (diff)
Temporary frame caption solution
Diffstat (limited to 'client')
-rw-r--r--client/mainwindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mainwindow.cc b/client/mainwindow.cc
index 06207a5..50ca8a9 100644
--- a/client/mainwindow.cc
+++ b/client/mainwindow.cc
@@ -82,7 +82,7 @@ void MainWindow::update()
if(macros.find(macroname) == macros.end()) {
macros[macroname] = new MacroWindow(netcom, macronode, course);
- QGroupBox *g = new QGroupBox(" " + macroname);
+ QGroupBox *g = new QGroupBox(" " + xml_elem.attribute("caption", macroname));
g->setCheckable(false);
g->setChecked(false);