From 075711d2d69a4295c8cef2b5e08708ee8b3d5f3f Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 7 Apr 2013 17:07:14 +0000 Subject: --- src/gui/main-window.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/main-window.cc') 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")); -- cgit v1.2.3