From fe31c8e0f1903b0cf41b360afa059073ead16d10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Sun, 5 May 2019 11:54:54 +0200 Subject: [PATCH] Version 0.3 --- README | 6 +++--- abouttab.cc | 4 ++-- main.cc | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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); -- 2.20.1