diff options
Diffstat (limited to 'applets/wncklet')
-rw-r--r-- | applets/wncklet/window-list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/wncklet/window-list.c b/applets/wncklet/window-list.c index 0a7a6d19..b9db7e3c 100644 --- a/applets/wncklet/window-list.c +++ b/applets/wncklet/window-list.c @@ -24,7 +24,6 @@ #include <gio/gio.h> #define MATE_DESKTOP_USE_UNSTABLE_API -#include <libmate-desktop/mate-aboutdialog.h> #include <libmate-desktop/mate-desktop-utils.h> #include "wncklet.h" @@ -552,10 +551,11 @@ static void display_about_dialog(GtkAction* action, TasklistData* tasklist) }; 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(tasklist->applet), + gtk_show_about_dialog(GTK_WINDOW(tasklist->applet), "program-name", _("Window List"), "authors", authors, "comments", _("The Window List shows a list of all windows in a set of buttons and lets you browse them."), |