diff options
author | raveit65 <[email protected]> | 2016-07-28 11:31:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-28 21:48:14 +0200 |
commit | 0a852ea485c6b0b99a3337942d61a44b95572083 (patch) | |
tree | 95ad852dee0c442ada9d8c922de011604a662e04 /applets/wncklet | |
parent | 4e6fffb0f36f4ca2f17069fc3e3587918059733c (diff) | |
download | mate-panel-0a852ea485c6b0b99a3337942d61a44b95572083.tar.bz2 mate-panel-0a852ea485c6b0b99a3337942d61a44b95572083.tar.xz |
window-list: use GtkAbout and update copyright
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."), |