X-Git-Url: http://git.maemo.org/git/?p=impuzzle;a=blobdiff_plain;f=src%2Fmainwindow.cpp;h=df39b2008b8732f6e889550ab423569f2cf931c4;hp=2f1f644bd1c69238d8dc6c165eefc121374a7833;hb=f8d3a8441d4b16d156a51ee3faecf9a2dd83f9b6;hpb=3fffc1c138902d3bebc6c27c9354436541e29383 diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 2f1f644..df39b20 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -35,6 +35,8 @@ MainWindow::MainWindow(QWidget *parent) : setCentralWidget(GameView::instance()); settingsDialog_ = new SettingsDialog(this); + + setWindowTitle(tr("ImPuzzle")); } void MainWindow::createMenu()