From 8f77556a7ce4b75c695f4fb0f6d86e19637bd686 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 28 Jul 2016 11:27:00 +0200 Subject: workspace-switcher: use GtkAbout and update copyright --- applets/wncklet/workspace-switcher.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applets') diff --git a/applets/wncklet/workspace-switcher.c b/applets/wncklet/workspace-switcher.c index e28e1b93..f61ba4cc 100644 --- a/applets/wncklet/workspace-switcher.c +++ b/applets/wncklet/workspace-switcher.c @@ -25,7 +25,6 @@ #include #include -#include #include #include "workspace-switcher.h" @@ -637,10 +636,11 @@ static void display_about_dialog(GtkAction* action, PagerData* pager) }; char copyright[] = \ + "Copyright \xc2\xa9 2012-2016 MATE developers\n" "Copyright \xc2\xa9 2011 Perberos\n" "Copyright \xc2\xa9 2002 Red Hat, Inc."; - mate_show_about_dialog(GTK_WINDOW(pager->applet), + gtk_show_about_dialog(GTK_WINDOW(pager->applet), "program-name", _("Workspace Switcher"), "authors", authors, "comments", _("The Workspace Switcher shows you a small version of your workspaces that lets you manage your windows."), -- cgit v1.2.1