From 0080da43241fcccb27bc9becd4df7583a3efb7a6 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 20 Mar 2019 18:00:59 +0100 Subject: Use program-name and title in gtk_show_about_dialog call --- mate-dictionary/src/gdict-about.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mate-dictionary') diff --git a/mate-dictionary/src/gdict-about.c b/mate-dictionary/src/gdict-about.c index 57c972d8..dbd13698 100644 --- a/mate-dictionary/src/gdict-about.c +++ b/mate-dictionary/src/gdict-about.c @@ -74,8 +74,9 @@ gdict_show_about_dialog (GtkWidget *parent) g_return_if_fail (GTK_IS_WIDGET (parent)); gtk_show_about_dialog (GTK_IS_WINDOW (parent) ? GTK_WINDOW (parent) : NULL, - "name", _("Dictionary"), + "program-name", _("Dictionary"), "version", VERSION, + "title", _("About Dictionary"), "copyright", _("Copyright \xc2\xa9 2005-2006 Emmanuele Bassi\n" "Copyright \xc2\xa9 2011-2019 MATE developers"), "comments", comments, -- cgit v1.2.1