print-editor: Use the non-devel icon

We are no longer a nightly print editor.
This commit is contained in:
Matthias Clasen 2021-02-10 07:52:29 -05:00
parent 3c91a2b0a8
commit 62788d5b0d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name=Print Editor
Comment=A simple editor demonstrating GTK printing
Exec=gtk4-print-editor %f
Icon=org.gtk.PrintEditor4.Devel
Icon=org.gtk.PrintEditor4
Terminal=false
Type=Application
StartupNotify=true

View File

@ -656,7 +656,7 @@ activate_about (GSimpleAction *action,
"website", "http://www.gtk.org",
"comments", "Program to demonstrate GTK printing",
"authors", authors,
"logo-icon-name", "org.gtk.PrintEditor4.Devel",
"logo-icon-name", "org.gtk.PrintEditor4",
"title", "About GTK Print Editor",
"system-information", sysinfo->str,
NULL);