From fb383b1bd34586ecc3495c240bda5478bdf2811e Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 24 Apr 2014 14:01:08 +0200 Subject: Use MateAboutDialog --- configure.ac | 2 +- src/caja-window-menus.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index a4eb7446..0bb445df 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl =========================================================================== m4_define(glib_minver, 2.28.0) m4_define(gio_minver, 2.26.0) -m4_define(mate_desktop_minver, 1.7.1) +m4_define(mate_desktop_minver, 1.9.0) m4_define(pango_minver, 1.1.2) m4_define(gtk_minver, 2.24.0) m4_define(xml_minver, 2.4.7) diff --git a/src/caja-window-menus.c b/src/caja-window-menus.c index 6962b736..8646060e 100644 --- a/src/caja-window-menus.c +++ b/src/caja-window-menus.c @@ -43,6 +43,7 @@ #include #include #include +#include #include #include #include @@ -528,14 +529,14 @@ action_about_caja_callback (GtkAction *action, license_trans = g_strjoin ("\n\n", _(license[0]), _(license[1]), _(license[2]), NULL); - gtk_show_about_dialog (GTK_WINDOW (user_data), + mate_show_about_dialog (GTK_WINDOW (user_data), "program-name", _("Caja"), "version", VERSION, "comments", _("Caja lets you organize " "files and folders, both on " "your computer and online."), "copyright", _("Copyright \xC2\xA9 1999-2009 The Nautilus authors\n" - "Copyright \xC2\xA9 2011-2013 The Caja authors"), + "Copyright \xC2\xA9 2011-2014 The Caja authors"), "license", license_trans, "wrap-license", TRUE, "authors", authors, -- cgit v1.2.1