From: Jan Čermák Date: Sun, 5 May 2019 09:54:54 +0000 (+0200) Subject: Version 0.3 X-Git-Url: https://git.johniez.cz/?p=aspt.git;a=commitdiff_plain;h=fe31c8e0f1903b0cf41b360afa059073ead16d10 Version 0.3 --- diff --git a/README b/README index 0a39365..67c4653 100755 --- a/README +++ b/README @@ -1,10 +1,10 @@ ANOTHER SOCCER PROJECT TOOL - ASPT Jan Cermak | johniez -23.12.2007 | v 0.2.7 +5.5.2019 | v 0.3.0 -http://www.soccerproject.com - just the game -http://aspt.johniez.com - this tool's home +https://www.soccerproject.com - just the game +https://aspt.johniez.com - this tool's home This is OpenSource, released under CreativeCommons(by-nc-nd 2.5) license. CC 2.5 Attribution-NonCommercial-NoDerivs diff --git a/abouttab.cc b/abouttab.cc index d4be83e..7462f74 100644 --- a/abouttab.cc +++ b/abouttab.cc @@ -30,8 +30,8 @@ void AboutTab::init() { mainLayout = new QVBoxLayout; QString text; text = "

Another SoccerProject Tool

"; - text += "v 0.2.7 | 23.12.2007

"; - text += "johniez | aspt homepage"; + text += "v 0.3.0 | 5.5.2019

"; + text += "johniez | aspt homepage"; text += "
"; text += "" + tr("Translators") + ":
"; text += "UniCool [RO]
"; diff --git a/main.cc b/main.cc index 632b23c..5ddbdb9 100644 --- a/main.cc +++ b/main.cc @@ -791,7 +791,7 @@ int main(int argc, char **argv) { QSplashScreen splash(pixmap); splash.show(); - splash.showMessage("[0.2.7] please wait parsing data files..", Qt::AlignBottom | Qt::AlignCenter, Qt::white); + splash.showMessage("[0.3.0] please wait parsing data files..", Qt::AlignBottom | Qt::AlignCenter, Qt::white); QTranslator translator; translator.load("lang/tran_"+lang); app.installTranslator(&translator);