summaryrefslogtreecommitdiff
path: root/mate-dictionary/src/gdict-about.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-dictionary/src/gdict-about.c')
-rw-r--r--mate-dictionary/src/gdict-about.c3
1 files changed, 2 insertions, 1 deletions
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,