summaryrefslogtreecommitdiff
path: root/applets/wncklet/workspace-switcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/wncklet/workspace-switcher.c')
-rw-r--r--applets/wncklet/workspace-switcher.c4
1 files changed, 2 insertions, 2 deletions
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 <libwnck/libwnck.h>
#include <gio/gio.h>
-#include <libmate-desktop/mate-aboutdialog.h>
#include <libmate-desktop/mate-gsettings.h>
#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."),