diff options
author | monsta <[email protected]> | 2017-10-09 21:58:28 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-10-09 22:02:07 +0300 |
commit | deb5ea1089ff879e6a693957f3f128007d6b3476 (patch) | |
tree | 5d8ade9f4a8eef8c1fbd6557c6783f5672983160 /mate-dictionary | |
parent | dc458f0998829d3c2401589e8654bc391273bc67 (diff) | |
download | mate-utils-deb5ea1089ff879e6a693957f3f128007d6b3476.tar.bz2 mate-utils-deb5ea1089ff879e6a693957f3f128007d6b3476.tar.xz |
baobab/logview/dictionary: add our copyright to About dialog
fixes https://github.com/mate-desktop/mate-utils/issues/80
Diffstat (limited to 'mate-dictionary')
-rw-r--r-- | mate-dictionary/src/gdict-about.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-dictionary/src/gdict-about.c b/mate-dictionary/src/gdict-about.c index 00e61e25..a362e7b7 100644 --- a/mate-dictionary/src/gdict-about.c +++ b/mate-dictionary/src/gdict-about.c @@ -53,7 +53,8 @@ gdict_show_about_dialog (GtkWidget *parent) }; const gchar *translator_credits = _("translator-credits"); - const gchar *copyright = "Copyright \xc2\xa9 2005-2006 Emmanuele Bassi"; + const gchar *copyright = "Copyright \xc2\xa9 2005-2006 Emmanuele Bassi\n" + "Copyright \xc2\xa9 2011-2017 MATE developers"; const gchar *comments = _("Look up words in dictionaries"); const gchar *license = |