From: Akos Polster Date: Sun, 9 Jan 2011 21:53:11 +0000 (+0100) Subject: Update About text. X-Git-Url: http://vcs.maemo.org/git/?p=dorian;a=commitdiff_plain;h=707b1e5f9b76acbcb6b085d0c129763093b6d52a Update About text. --- diff --git a/mainwindow.cpp b/mainwindow.cpp index 4d7aaf4..4860d41 100755 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -66,8 +66,6 @@ MainWindow::MainWindow(QWidget *parent): "bookmarks", tr("Bookmarks"), true); libraryAction = addToolBarAction(this, SLOT(showLibrary()), "library", tr("Library"), false); - rotateAction = addToolBarAction(this, SLOT(rotate()), - "rotate", tr("Rotate"), true); #ifdef Q_WS_MAEMO_5 settingsAction = menuBar()->addAction(tr("Settings")); @@ -81,7 +79,9 @@ MainWindow::MainWindow(QWidget *parent): "developer", tr("Developer")); #endif - addToolBarSpace(); + rotateAction = addToolBarAction(this, SLOT(rotate()), + "rotate", tr("Rotate"), true); + // addToolBarSpace(); fullScreenAction = addToolBarAction(this, SLOT(showBig()), "view-fullscreen", tr("Full screen"), true); @@ -363,11 +363,13 @@ void MainWindow::about() label->setTextFormat(Qt::RichText); label->setOpenExternalLinks(true); label->setWordWrap(true); - label->setText(tr("Dorian %1

Copyright © 2010 " - "Akos Polster <akos@pipacs.com>
" - "Licensed under GNU General Public License, Version 3
" - "Source code:
" - "dorian.garage.maemo.org").arg(version)); + label->setText(tr("Dorian %1

" + "Copyright © 2010-2011 by " + "Akos Polster <akos@pipacs.com>

" + "Licensed under GNU General Public License, Version 3

" + "" + "dorian.garage.maemo.org

" + ).arg(version)); aboutDialog->addWidget(label); aboutDialog->addStretch(); aboutDialog->show();