From 2459f0a14348239f145eb79e2b55079c3b4aff5b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 30 Jul 2016 23:06:48 +0200 Subject: drivemount: use GTkAbout and update copyright --- drivemount/drivemount.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'drivemount') diff --git a/drivemount/drivemount.c b/drivemount/drivemount.c index 17b573c5..28904ee7 100644 --- a/drivemount/drivemount.c +++ b/drivemount/drivemount.c @@ -28,7 +28,6 @@ #include #include -#include #include #include "drive-list.h" @@ -107,15 +106,19 @@ display_about_dialog (GtkAction *action, "James Henstridge ", NULL }; + char copyright[] = \ + "Copyright \xc2\xa9 2012-2016 MATE developers\n" + "Copyright \xC2\xA9 2004 Canonical Ltd"; + const gchar *documenters[] = { "Dan Mueth ", "John Fleck ", NULL }; - mate_show_about_dialog (NULL, + gtk_show_about_dialog (NULL, "version", VERSION, - "copyright", "Copyright \xC2\xA9 2004 Canonical Ltd", + "copyright", copyright, "comments", _("Applet for mounting and unmounting block volumes."), "authors", authors, "documenters", documenters, -- cgit v1.2.1