diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 23af7ef..96e8ca4 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -46,6 +46,7 @@ MainWindow::MainWindow( bool enablePrint ) m_insertMapper( new QSignalMapper( this ) ), m_newLabelMapper( new QSignalMapper( this ) ) { + setWindowTitle( tr( "Qt lightScribe", "Main window title \"Qt lightScribe\"" ) ); setCentralWidget( m_mdiArea ); m_menuFile = menuBar()->addMenu( tr( "File", "Menu item \"File\"" ) ); @@ -332,7 +333,7 @@ void MainWindow::onMenuAbout() QMessageBox::about( this, tr( "About" ), tr( "
release 0.6 $Revision$
" + "release 0.7 $Revision$
" "visit project at home page " "qlscribe.sourceforge.net
" ) ); }