From 93a9a673d7570645ba861b7fa065c0a3ce315c51 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 30 Jul 2016 22:34:49 +0200 Subject: command: drop MateAbout and update copyright --- command/command.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/command/command.c b/command/command.c index fa8bd128..bf9c76ca 100644 --- a/command/command.c +++ b/command/command.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include @@ -108,9 +107,13 @@ command_about_callback (GtkAction *action, CommandApplet *command_applet) { const char* authors[] = { "Stefano Karapetsas ", NULL }; - mate_show_about_dialog(NULL, + char copyright[] = \ + "Copyright \xc2\xa9 2015-2016 MATE developers\n" + "Copyright \xc2\xa9 2013-2014 Stefano Karapetsas"; + + gtk_show_about_dialog(NULL, "version", VERSION, - "copyright", "Copyright © 2013-2014 Stefano Karapetsas", + "copyright", copyright, "authors", authors, "comments", _("Shows the output of a command"), "translator-credits", _("translator-credits"), -- cgit v1.2.1