diff options
author | raveit65 <[email protected]> | 2016-07-28 11:27:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-28 21:48:14 +0200 |
commit | 8f77556a7ce4b75c695f4fb0f6d86e19637bd686 (patch) | |
tree | bd8e3a4b3d99ede61339124b1413ed94af8d8835 /applets | |
parent | 74e843e0888e6436381931e33bc9717334fc742f (diff) | |
download | mate-panel-8f77556a7ce4b75c695f4fb0f6d86e19637bd686.tar.bz2 mate-panel-8f77556a7ce4b75c695f4fb0f6d86e19637bd686.tar.xz |
workspace-switcher: use GtkAbout and update copyright
Diffstat (limited to 'applets')
-rw-r--r-- | applets/wncklet/workspace-switcher.c | 4 |
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."), |