Edited about info

master
Yohann Dedy 2017-03-24 20:34:55 +01:00
parent e612d38fbd
commit d9d195cbe8
1 changed files with 3 additions and 1 deletions

View File

@ -208,7 +208,9 @@ void mainWindow::openAboutWindow()
{
QString aboutText("DoefperPocketQt\n"
"Version 0.1.0\n\n"
"Source code : https://github.com/yohannlyd/DoepferPocketQt\n"
"Source code :\n"
"https://github.com/yohannlyd/DoepferPocketQt\n\n"
"© Yohann Dedy, 2017\n"
"yohann@dedy.fr\n");
QMessageBox::about(this,"DoefperPocketQt",aboutText);
}