summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2011-12-27 23:02:01 +0100
committerStefano Karapetsas <[email protected]>2011-12-27 23:02:01 +0100
commitbd8c97baee24975ad863d86968994e8b92b3f405 (patch)
tree091d8b64f1710a219ee76ef01f7dc7a1659aa0ff
parent1bd5f79286dc74de9987f15e17fdb2fcbc49d81a (diff)
downloadcaja-1.1.1.tar.bz2
caja-1.1.1.tar.xz
fixed about for MATE, use theme icon instead of old nautilus onecaja-1.1.1
-rw-r--r--src/caja-window-menus.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/caja-window-menus.c b/src/caja-window-menus.c
index 774bb7c9..968ac37e 100644
--- a/src/caja-window-menus.c
+++ b/src/caja-window-menus.c
@@ -517,6 +517,9 @@ action_about_caja_callback (GtkAction *action,
"Robin * Slomkowski",
"Seth Nickell",
"Susan Kare",
+ "Perberos",
+ "Steve Zesch",
+ "Stefano Karapetsas",
NULL
};
const gchar *documenters[] =
@@ -550,8 +553,8 @@ action_about_caja_callback (GtkAction *action,
"comments", _("Caja lets you organize "
"files and folders, both on "
"your computer and online."),
- "copyright", _("Copyright \xC2\xA9 1999-2009 "
- "The Caja authors"),
+ "copyright", _("Copyright \xC2\xA9 1999-2009 The Nautilus authors\n"
+ "Copyright \xC2\xA9 2011 The Caja authors"),
"license", license_trans,
"wrap-license", TRUE,
"authors", authors,
@@ -561,10 +564,9 @@ action_about_caja_callback (GtkAction *action,
* box to give credit to the translator(s).
*/
"translator-credits", _("translator-credits"),
- "logo-icon-name", "caja",
- "website", "https://github.com/Perberos/Mate-Desktop-Environment"
- "/wiki/Mate-file-manager",
- "website-label", _("Caja Web Site"),
+ "logo-icon-name", "system-file-manager",
+ "website", "http://www.mate-desktop.org",
+ "website-label", _("MATE Web Site"),
NULL);
g_free (license_trans);