diff options
Diffstat (limited to 'mate-about/mate-about.c')
-rw-r--r-- | mate-about/mate-about.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mate-about/mate-about.c b/mate-about/mate-about.c index b777a9f..67afb72 100644 --- a/mate-about/mate-about.c +++ b/mate-about/mate-about.c @@ -201,6 +201,7 @@ // I comment this because the list is empty gtk_about_dialog_set_artists(mate_about_dialog, artists); gtk_about_dialog_set_documenters(mate_about_dialog, documenters); + gtk_about_dialog_set_translator_credits(mate_about_dialog, translators); #if GTK_CHECK_VERSION(3, 0, 0) gtk_about_dialog_set_license_type(mate_about_dialog, GTK_LICENSE_GPL_3_0); |