Tag version 0.2-alpha

This commit is contained in:
G.K.MacGregor
2021-05-23 17:25:00 +01:00
parent 8d415f1a0f
commit 72dbe94dc2
2 changed files with 4 additions and 4 deletions

View File

@@ -132,12 +132,12 @@ void MainWindow::exportEditTF()
void MainWindow::about()
{
QMessageBox::about(this, tr("About QTeletextMaker"), tr("<b>QTeletextMaker</b><br>"
QMessageBox::about(this, tr("About"), QString("<b>%1</b><br>"
"An open source Level 2.5 teletext page editor.<br>"
"<i>Version 0.1-alpha</i><br><br>"
"<i>Version %2</i><br><br>"
"Copyright (C) 2020, 2021 Gavin MacGregor<br><br>"
"Released under the GNU General Public License version 3<br>"
"<a href=\"https://github.com/gkthemac/qteletextmaker\">https://github.com/gkthemac/qteletextmaker</a>"));
"<a href=\"https://github.com/gkthemac/qteletextmaker\">https://github.com/gkthemac/qteletextmaker</a>").arg(QApplication::applicationDisplayName()).arg(QApplication::applicationVersion()));
}
void MainWindow::init()