iconbrowser: Use the right icon

We have an app icon, lets use it.
This commit is contained in:
Matthias Clasen 2021-02-10 08:04:11 -05:00
parent 62788d5b0d
commit befc2c3ed6

View File

@ -89,7 +89,7 @@ about_activated (GSimpleAction *action,
"website", "http://www.gtk.org",
"comments", "Program to browse themed icons",
"authors", authors,
"logo-icon-name", "org.gtk.Demo4",
"logo-icon-name", "org.gtk.IconBrowser4",
"title", "About GTK Icon Browser",
"system-information", s->str,
NULL);