Added version info to about dialog
FossilOrigin-Name: 797c2e6a66cb336351d569ab80737a7e491403f0
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user