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 --- multiload/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'multiload') diff --git a/multiload/main.c b/multiload/main.c index 6efa2e31..b8e065bb 100644 --- a/multiload/main.c +++ b/multiload/main.c @@ -30,6 +30,7 @@ #include #include +#include #if GTK_CHECK_VERSION (3, 0, 0) #define MATE_DESKTOP_USE_UNSTABLE_API #include @@ -58,7 +59,7 @@ about_cb (GtkAction *action, NULL }; - gtk_show_about_dialog (NULL, + mate_show_about_dialog (NULL, "version", VERSION, "copyright", "\xC2\xA9 1999-2005 Free Software Foundation " "and others", -- cgit v1.2.1