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 --- command/command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'command/command.c') diff --git a/command/command.c b/command/command.c index dc27ea62..e7113b65 100644 --- a/command/command.c +++ b/command/command.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include @@ -103,7 +104,7 @@ command_about_callback (GtkAction *action, CommandApplet *command_applet) { const char* authors[] = { "Stefano Karapetsas ", NULL }; - gtk_show_about_dialog(NULL, + mate_show_about_dialog(NULL, "version", VERSION, "copyright", "Copyright © 2013-2014 Stefano Karapetsas", "authors", authors, -- cgit v1.2.1