Fix desktop integration metadata

This commit is contained in:
Mario Fetka
2026-07-11 09:29:49 +02:00
parent e467e60bd7
commit 56902bc871
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -548,7 +548,7 @@ void MainWindow::onMenuAbout()
QMessageBox::about( this,
tr( "About" ),
tr( "<h3>qlscribe - Qt lisghtScribe</h3>"
"<p>release 0.18</p>"
"<p>release 0.19</p>"
"<p>visit project at home page "
"<a href=\"http://qlscribe.sourceforge.net/\">qlscribe.sourceforge.net</a></p>" ) );
}