summaryrefslogtreecommitdiff
path: root/src/caja-window-menus.c
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-30 21:02:36 +0200
committerraveit65 <[email protected]>2016-07-30 21:02:36 +0200
commit3a50eb19defa7416ae8857e6617b4d2beb375b02 (patch)
treeb873743af6f19b4d58de8f6e02b337d903f24e1c /src/caja-window-menus.c
parentfb2849550b6916b6d0399a163a756ec3b911d704 (diff)
downloadcaja-3a50eb19defa7416ae8857e6617b4d2beb375b02.tar.bz2
caja-3a50eb19defa7416ae8857e6617b4d2beb375b02.tar.xz
use GtkAbout instead of MateAbout
Diffstat (limited to 'src/caja-window-menus.c')
-rw-r--r--src/caja-window-menus.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/caja-window-menus.c b/src/caja-window-menus.c
index 4f1f0677..edf1bd71 100644
--- a/src/caja-window-menus.c
+++ b/src/caja-window-menus.c
@@ -56,7 +56,6 @@
#include <libcaja-private/caja-trash-monitor.h>
#define MATE_DESKTOP_USE_UNSTABLE_API
-#include <libmate-desktop/mate-aboutdialog.h>
#include <string.h>
@@ -533,14 +532,14 @@ action_about_caja_callback (GtkAction *action,
license_trans = g_strjoin ("\n\n", _(license[0]), _(license[1]),
_(license[2]), NULL);
- mate_show_about_dialog (GTK_WINDOW (user_data),
+ gtk_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-2014 The Caja authors"),
+ "Copyright \xC2\xA9 2011-2016 The Caja authors"),
"license", license_trans,
"wrap-license", TRUE,
"authors", authors,