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 /baobab/src | |
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 'baobab/src')
-rw-r--r-- | baobab/src/callbacks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/baobab/src/callbacks.c b/baobab/src/callbacks.c index 5fb0aa07..c8dcff05 100644 --- a/baobab/src/callbacks.c +++ b/baobab/src/callbacks.c @@ -91,7 +91,8 @@ on_about_activate (GtkMenuItem *menuitem, gpointer user_data) gchar* license_trans = g_strjoin("\n\n", _(license[0]), _(license[1]), _(license[2]), NULL); - static const gchar copyright[] = "Copyright \xc2\xa9 2005-2010 Fabio Marzocca"; + static const gchar copyright[] = "Copyright \xc2\xa9 2005-2010 Fabio Marzocca\n" + "Copyright \xc2\xa9 2011-2017 MATE developers"; gtk_show_about_dialog (GTK_WINDOW (baobab.window), "comments", _("A graphical tool to analyze disk usage."), |