summaryrefslogtreecommitdiff
path: root/accessx-status
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-05-03 20:30:52 +0200
committerStefano Karapetsas <[email protected]>2014-05-03 20:30:52 +0200
commit50cf1584a9dec14dd880263354db671303ba4c42 (patch)
tree765dc84990ace7f6e5a1f707c9e2f3da41fa1bd4 /accessx-status
parentea97d2d8e5509579a079a49d01ae8cd0bf9065d9 (diff)
downloadmate-applets-50cf1584a9dec14dd880263354db671303ba4c42.tar.bz2
mate-applets-50cf1584a9dec14dd880263354db671303ba4c42.tar.xz
Use MateAboutDialog from libmate-desktop
Diffstat (limited to 'accessx-status')
-rw-r--r--accessx-status/applet.c3
1 files changed, 2 insertions, 1 deletions
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 <X11/keysymdef.h>
#include "applet.h"
+#include <libmate-desktop/mate-aboutdialog.h>
#if GTK_CHECK_VERSION (3, 0, 0)
#define MATE_DESKTOP_USE_UNSTABLE_API
#include <libmate-desktop/mate-desktop-utils.h>
@@ -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",