1 Commits

Author SHA1 Message Date
Mario Fetka 56902bc871 Fix desktop integration metadata 2026-07-11 09:29:49 +02:00
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
# $Id$
CMAKE_MINIMUM_REQUIRED(VERSION 3.21)
PROJECT(qlscribe VERSION 0.18 LANGUAGES CXX)
PROJECT(qlscribe VERSION 0.19 LANGUAGES CXX)
SET(CMAKE_CXX_STANDARD 17)
SET(CMAKE_CXX_STANDARD_REQUIRED ON)
+4
View File
@@ -1,5 +1,9 @@
NEWS - list of user-visible changes between releases of qlscribe
New in 0.19
-----------
* Fixed desktop-entry conformance and packaging cache integration.
New in 0.18
-----------
* Fixed the mandatory 32-bit printing daemon build with GCC 15.
+1 -1
View File
@@ -2,7 +2,7 @@
Encoding=UTF-8
Name=Qt lightScribe
Exec=qlscribe
Icon=qlscribe.png
Icon=qlscribe
Terminal=false
Type=Application
MimeType=application/x-qlscribe;
+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>" ) );
}