aboutsummaryrefslogtreecommitdiff
path: root/src/gui/main-window.cc
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-04-07 17:07:14 +0000
committerdos-reis <gdr@axiomatics.org>2013-04-07 17:07:14 +0000
commit075711d2d69a4295c8cef2b5e08708ee8b3d5f3f (patch)
treee6861c8b1e2aed7169540b3c2b82a8459d093bb7 /src/gui/main-window.cc
parent026723c0e0cfc0c02838c614b3c529d1b5d50c62 (diff)
downloadopen-axiom-075711d2d69a4295c8cef2b5e08708ee8b3d5f3f.tar.gz
Diffstat (limited to 'src/gui/main-window.cc')
-rw-r--r--src/gui/main-window.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/main-window.cc b/src/gui/main-window.cc
index b63e4b84..79bb2b26 100644
--- a/src/gui/main-window.cc
+++ b/src/gui/main-window.cc
@@ -40,6 +40,7 @@
namespace OpenAxiom {
MainWindow::MainWindow(Command& cmd) : srv(cmd), tabs(this) {
setCentralWidget(&tabs);
+ setWindowTitle("OpenAxiom");
Debate* debate = new Debate(this, &tabs);
tabs.addTab(debate, "Main Frame");
QMenu* file = menuBar()->addMenu(tr("&File"));