1
0
mirror of https://github.com/bk138/gromit-mpx.git synced 2021-05-25 12:43:10 +03:00

callbacks: update icon name for About dialog

This commit is contained in:
Christian Beier
2021-03-07 22:12:09 +01:00
parent 65aa3c9589
commit becd840e46

View File

@@ -644,7 +644,7 @@ void on_about(GtkMenuItem *menuitem,
NULL };
gtk_show_about_dialog (NULL,
"program-name", "Gromit-MPX",
"logo-icon-name", "gromit-mpx",
"logo-icon-name", "net.christianbeier.Gromit-MPX",
"title", _("About Gromit-MPX"),
"comments", _("Gromit-MPX (GRaphics Over MIscellaneous Things - Multi-Pointer-EXtension) is an on-screen annotation tool that works with any Unix desktop environment under X11 as well as Wayland."),
"version", PACKAGE_VERSION,