Update project link in About dialog
This commit is contained in:
+4
-3
@@ -547,10 +547,11 @@ void MainWindow::onMenuAbout()
|
||||
{
|
||||
QMessageBox::about( this,
|
||||
tr( "About" ),
|
||||
tr( "<h3>qlscribe - Qt lisghtScribe</h3>"
|
||||
"<p>release 0.19</p>"
|
||||
tr( "<h3>qlscribe - Qt LightScribe</h3>"
|
||||
"<p>release 0.20</p>"
|
||||
"<p>visit project at home page "
|
||||
"<a href=\"http://qlscribe.sourceforge.net/\">qlscribe.sourceforge.net</a></p>" ) );
|
||||
"<a href=\"https://gitea.disconnected-by-peer.at/geos_one/qlscribe\">"
|
||||
"gitea.disconnected-by-peer.at/geos_one/qlscribe</a></p>" ) );
|
||||
}
|
||||
|
||||
void MainWindow::onMenuQtAbout()
|
||||
|
||||
Reference in New Issue
Block a user