diff --git a/mainwindow.cpp b/mainwindow.cpp index e28a276..069ac8e 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -121,7 +121,12 @@ void MainWindow::exportURL() void MainWindow::about() { - QMessageBox::about(this, tr("About QTeletextMaker"), tr("QTeletextMaker
Pre-alpha version.

Copyright (C) 2020 Gavin MacGregor

Released under the GNU General Public License version 3")); + QMessageBox::about(this, tr("About QTeletextMaker"), tr("QTeletextMaker
" + "An open source Level 2.5 teletext page editor.
" + "Pre-alpha version

" + "Copyright (C) 2020 Gavin MacGregor

" + "Released under the GNU General Public License version 3
" + "https://github.com/gkthemac/qteletextmaker")); } void MainWindow::init()