From 50cf1584a9dec14dd880263354db671303ba4c42 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 3 May 2014 20:30:52 +0200 Subject: Use MateAboutDialog from libmate-desktop --- accessx-status/applet.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'accessx-status') diff --git a/accessx-status/applet.c b/accessx-status/applet.c index e97acb0b..bdea685d 100644 --- a/accessx-status/applet.c +++ b/accessx-status/applet.c @@ -39,6 +39,7 @@ #include #include "applet.h" +#include #if GTK_CHECK_VERSION (3, 0, 0) #define MATE_DESKTOP_USE_UNSTABLE_API #include @@ -140,7 +141,7 @@ static void about_cb(GtkAction* action, AccessxStatusApplet* sapplet) NULL }; - gtk_show_about_dialog(NULL, + mate_show_about_dialog(NULL, "version", VERSION, "comments", _("Shows the state of AccessX features such as latched modifiers"), "copyright", "\xC2\xA9 2003 Sun Microsystems", -- cgit v1.2.1