From c12158d5ac51aee5c857f06104d8803213cd42fd Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 26 Apr 2014 14:12:03 +0200 Subject: Use about dialog from libmate-desktop --- applets/wncklet/workspace-switcher.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'applets/wncklet/workspace-switcher.c') diff --git a/applets/wncklet/workspace-switcher.c b/applets/wncklet/workspace-switcher.c index d35155a2..bf6e365d 100644 --- a/applets/wncklet/workspace-switcher.c +++ b/applets/wncklet/workspace-switcher.c @@ -25,6 +25,7 @@ #include #include +#include #include #include "workspace-switcher.h" @@ -603,7 +604,7 @@ static void display_about_dialog(GtkAction* action, PagerData* pager) "Copyright \xc2\xa9 2011 Perberos\n" "Copyright \xc2\xa9 2002 Red Hat, Inc."; - gtk_show_about_dialog(GTK_WINDOW(pager->applet), + mate_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