diff options
author | monsta <[email protected]> | 2017-10-09 21:58:28 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-10-12 14:46:07 +0300 |
commit | 6d3c2d0cf4cd5f43f296097393aead95dcb69f72 (patch) | |
tree | dd198bbdb03938a560b64c42d59a49856c3f627d /mate-dictionary/src/gdict-about.c | |
parent | 7b31be1490a320565d208816f143f014e3105295 (diff) | |
download | mate-utils-6d3c2d0cf4cd5f43f296097393aead95dcb69f72.tar.bz2 mate-utils-6d3c2d0cf4cd5f43f296097393aead95dcb69f72.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/src/gdict-about.c')
-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 = |