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 /baobab | |
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 'baobab')
-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."), |