Added version info to about dialog

FossilOrigin-Name: 797c2e6a66cb336351d569ab80737a7e491403f0
This commit is contained in:
kostas
2011-08-06 08:49:10 +00:00
parent 064819d295
commit 88590376aa
4 changed files with 12 additions and 11 deletions

View File

@ -968,8 +968,9 @@ void MainWindow::on_actionUndo_triggered()
//------------------------------------------------------------------------------
void MainWindow::on_actionAbout_triggered()
{
QMessageBox::about(this, tr("About..."), tr(
"Fuel, a GUI frontend to Fossil SCM\n"
QMessageBox::about(this, "About... Fuel ",
QCoreApplication::applicationName() + " "+ QCoreApplication::applicationVersion() + " " +
tr("a GUI frontend to Fossil SCM\n"
"by Kostas Karanikolas\n"
"Released under the GNU GPL\n\n"
"Icon-set by Deleket - Jojo Mendoza\n"