From 38968c052d6cee9eb9449f994de57814c87ea77d Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 30 Nov 2011 02:14:49 +0100 Subject: many renames from file-roller to engrampa --- src/actions.c | 12 +++++++----- src/actions.h | 2 +- src/dlg-add-files.c | 2 +- src/dlg-add-files.h | 2 +- src/dlg-add-folder.c | 2 +- src/dlg-add-folder.h | 2 +- src/dlg-ask-password.c | 2 +- src/dlg-ask-password.h | 2 +- src/dlg-batch-add.c | 2 +- src/dlg-batch-add.h | 2 +- src/dlg-delete.c | 2 +- src/dlg-delete.h | 2 +- src/dlg-extract.c | 2 +- src/dlg-extract.h | 2 +- src/dlg-new.c | 2 +- src/dlg-new.h | 2 +- src/dlg-open-with.c | 2 +- src/dlg-open-with.h | 2 +- src/dlg-package-installer.c | 2 +- src/dlg-package-installer.h | 2 +- src/dlg-password.c | 2 +- src/dlg-password.h | 2 +- src/dlg-prop.c | 2 +- src/dlg-prop.h | 2 +- src/dlg-update.c | 2 +- src/dlg-update.h | 2 +- src/eggtreemultidnd.c | 2 +- src/file-data.c | 2 +- src/file-data.h | 2 +- src/file-utils.c | 2 +- src/file-utils.h | 2 +- src/fr-archive.c | 2 +- src/fr-archive.h | 2 +- src/fr-command-7z.c | 2 +- src/fr-command-7z.h | 2 +- src/fr-command-ace.c | 2 +- src/fr-command-ace.h | 2 +- src/fr-command-alz.c | 2 +- src/fr-command-alz.h | 2 +- src/fr-command-ar.c | 2 +- src/fr-command-ar.h | 2 +- src/fr-command-arj.c | 2 +- src/fr-command-arj.h | 2 +- src/fr-command-cfile.c | 2 +- src/fr-command-cfile.h | 2 +- src/fr-command-cpio.c | 2 +- src/fr-command-cpio.h | 2 +- src/fr-command-dpkg.c | 2 +- src/fr-command-dpkg.h | 2 +- src/fr-command-iso.c | 2 +- src/fr-command-iso.h | 2 +- src/fr-command-jar.c | 2 +- src/fr-command-jar.h | 2 +- src/fr-command-lha.c | 2 +- src/fr-command-lha.h | 2 +- src/fr-command-rar.c | 2 +- src/fr-command-rar.h | 2 +- src/fr-command-rpm.c | 2 +- src/fr-command-rpm.h | 2 +- src/fr-command-tar.c | 2 +- src/fr-command-tar.h | 2 +- src/fr-command-unstuff.c | 2 +- src/fr-command-unstuff.h | 2 +- src/fr-command-zip.c | 2 +- src/fr-command-zip.h | 2 +- src/fr-command-zoo.c | 2 +- src/fr-command-zoo.h | 2 +- src/fr-command.c | 2 +- src/fr-command.h | 2 +- src/fr-error.c | 2 +- src/fr-error.h | 2 +- src/fr-list-model.c | 2 +- src/fr-list-model.h | 2 +- src/fr-process.c | 2 +- src/fr-process.h | 2 +- src/fr-window.c | 6 +++--- src/fr-window.h | 2 +- src/gio-utils.c | 2 +- src/gio-utils.h | 2 +- src/glib-utils.c | 2 +- src/glib-utils.h | 2 +- src/gtk-utils.c | 2 +- src/gtk-utils.h | 2 +- src/java-utils.c | 2 +- src/java-utils.h | 2 +- src/main.c | 2 +- src/main.h | 2 +- src/mateconf-utils.c | 2 +- src/mateconf-utils.h | 2 +- src/open-file.c | 2 +- src/open-file.h | 2 +- src/preferences.c | 2 +- src/preferences.h | 2 +- src/typedefs.h | 2 +- src/ui.h | 4 ++-- 95 files changed, 104 insertions(+), 102 deletions(-) (limited to 'src') diff --git a/src/actions.c b/src/actions.c index 01c2f5b..4cd346d 100644 --- a/src/actions.c +++ b/src/actions.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2004 Free Software Foundation, Inc. * @@ -833,7 +833,9 @@ activate_action_about (GtkAction *action, { FrWindow *window = data; const char *authors[] = { - "Paolo Bacchilega ", NULL + "Paolo Bacchilega ", + "Perberos ", + NULL }; const char *documenters [] = { "Alexander Kirillov", @@ -841,16 +843,16 @@ activate_action_about (GtkAction *action, NULL }; const char *license[] = { - N_("File Roller is free software; you can redistribute it and/or modify " + N_("Engrampa is free software; you can redistribute it and/or modify " "it under the terms of the GNU General Public License as published by " "the Free Software Foundation; either version 2 of the License, or " "(at your option) any later version."), - N_("File Roller is distributed in the hope that it will be useful, " + N_("Engrampar is distributed in the hope that it will be useful, " "but WITHOUT ANY WARRANTY; without even the implied warranty of " "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the " "GNU General Public License for more details."), N_("You should have received a copy of the GNU General Public License " - "along with File Roller; if not, write to the Free Software Foundation, Inc., " + "along with Engrampa; if not, write to the Free Software Foundation, Inc., " "51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA") }; char *license_text; diff --git a/src/actions.h b/src/actions.h index b0d1def..8946809 100644 --- a/src/actions.h +++ b/src/actions.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2004 Free Software Foundation, Inc. * diff --git a/src/dlg-add-files.c b/src/dlg-add-files.c index e8d41c5..7b3b189 100644 --- a/src/dlg-add-files.c +++ b/src/dlg-add-files.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. * diff --git a/src/dlg-add-files.h b/src/dlg-add-files.h index dc6c556..55b7fb1 100644 --- a/src/dlg-add-files.h +++ b/src/dlg-add-files.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/dlg-add-folder.c b/src/dlg-add-folder.c index cd3d0b1..c071afb 100644 --- a/src/dlg-add-folder.c +++ b/src/dlg-add-folder.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. * diff --git a/src/dlg-add-folder.h b/src/dlg-add-folder.h index 44720a3..c18af2c 100644 --- a/src/dlg-add-folder.h +++ b/src/dlg-add-folder.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/dlg-ask-password.c b/src/dlg-ask-password.c index b5590dc..552675a 100644 --- a/src/dlg-ask-password.c +++ b/src/dlg-ask-password.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/dlg-ask-password.h b/src/dlg-ask-password.h index 83fee75..fbb3a15 100644 --- a/src/dlg-ask-password.h +++ b/src/dlg-ask-password.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/dlg-batch-add.c b/src/dlg-batch-add.c index 8171e94..31f8302 100644 --- a/src/dlg-batch-add.c +++ b/src/dlg-batch-add.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. * diff --git a/src/dlg-batch-add.h b/src/dlg-batch-add.h index d63a545..2464dec 100644 --- a/src/dlg-batch-add.h +++ b/src/dlg-batch-add.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/dlg-delete.c b/src/dlg-delete.c index dc4f5d7..ceecf18 100644 --- a/src/dlg-delete.c +++ b/src/dlg-delete.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003 Free Software Foundation, Inc. * diff --git a/src/dlg-delete.h b/src/dlg-delete.h index 488fad0..00a6dfd 100644 --- a/src/dlg-delete.h +++ b/src/dlg-delete.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/dlg-extract.c b/src/dlg-extract.c index 34c2522..1b285c5 100644 --- a/src/dlg-extract.c +++ b/src/dlg-extract.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc. * diff --git a/src/dlg-extract.h b/src/dlg-extract.h index fcf88e9..ba0f3a2 100644 --- a/src/dlg-extract.h +++ b/src/dlg-extract.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/dlg-new.c b/src/dlg-new.c index 2c4caf7..ab4498b 100644 --- a/src/dlg-new.c +++ b/src/dlg-new.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2008 Free Software Foundation, Inc. * diff --git a/src/dlg-new.h b/src/dlg-new.h index 58bc86d..4d4cd8f 100644 --- a/src/dlg-new.h +++ b/src/dlg-new.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2008 The Free Software Foundation, Inc. * diff --git a/src/dlg-open-with.c b/src/dlg-open-with.c index 014e59c..5e68832 100644 --- a/src/dlg-open-with.c +++ b/src/dlg-open-with.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. * diff --git a/src/dlg-open-with.h b/src/dlg-open-with.h index 9f537d4..7b44d7d 100644 --- a/src/dlg-open-with.h +++ b/src/dlg-open-with.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/dlg-package-installer.c b/src/dlg-package-installer.c index d1f9e94..9a07754 100644 --- a/src/dlg-package-installer.c +++ b/src/dlg-package-installer.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001-2009 The Free Software Foundation, Inc. * diff --git a/src/dlg-package-installer.h b/src/dlg-package-installer.h index f7df874..c85b06b 100644 --- a/src/dlg-package-installer.h +++ b/src/dlg-package-installer.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001-2009 The Free Software Foundation, Inc. * diff --git a/src/dlg-password.c b/src/dlg-password.c index db2c5ac..83391e1 100644 --- a/src/dlg-password.c +++ b/src/dlg-password.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/dlg-password.h b/src/dlg-password.h index b804078..17c8de6 100644 --- a/src/dlg-password.h +++ b/src/dlg-password.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/dlg-prop.c b/src/dlg-prop.c index 59e899a..dba005d 100644 --- a/src/dlg-prop.c +++ b/src/dlg-prop.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2004 Free Software Foundation, Inc. * diff --git a/src/dlg-prop.h b/src/dlg-prop.h index 50849f5..76ed0c4 100644 --- a/src/dlg-prop.h +++ b/src/dlg-prop.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/dlg-update.c b/src/dlg-update.c index bd46517..4ca764b 100644 --- a/src/dlg-update.c +++ b/src/dlg-update.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2008 Free Software Foundation, Inc. * diff --git a/src/dlg-update.h b/src/dlg-update.h index 6133887..97065ba 100644 --- a/src/dlg-update.h +++ b/src/dlg-update.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2008 The Free Software Foundation, Inc. * diff --git a/src/eggtreemultidnd.c b/src/eggtreemultidnd.c index 9a4d16e..e82542b 100644 --- a/src/eggtreemultidnd.c +++ b/src/eggtreemultidnd.c @@ -1,5 +1,5 @@ /* - * File-Roller + * Engrampa * * Copyright (C) 2005 Free Software Foundation, Inc. * Author: Paolo Bacchilega diff --git a/src/file-data.c b/src/file-data.c index 620accb..7597f33 100644 --- a/src/file-data.c +++ b/src/file-data.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001-2006 The Free Software Foundation, Inc. * diff --git a/src/file-data.h b/src/file-data.h index cd0147a..010c0fd 100644 --- a/src/file-data.h +++ b/src/file-data.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/file-utils.c b/src/file-utils.c index 9c3bff5..3aac528 100644 --- a/src/file-utils.c +++ b/src/file-utils.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003 Free Software Foundation, Inc. * diff --git a/src/file-utils.h b/src/file-utils.h index d89d5bf..514b5b2 100644 --- a/src/file-utils.h +++ b/src/file-utils.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003 Free Software Foundation, Inc. * diff --git a/src/fr-archive.c b/src/fr-archive.c index 1e79812..c3766ea 100644 --- a/src/fr-archive.c +++ b/src/fr-archive.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003, 2007, 2008 Free Software Foundation, Inc. * diff --git a/src/fr-archive.h b/src/fr-archive.h index 530e49e..b5812c0 100644 --- a/src/fr-archive.h +++ b/src/fr-archive.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003 Free Software Foundation, Inc. * diff --git a/src/fr-command-7z.c b/src/fr-command-7z.c index 76fe48d..ae6ed6b 100644 --- a/src/fr-command-7z.c +++ b/src/fr-command-7z.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2004, 2008 Free Software Foundation, Inc. * diff --git a/src/fr-command-7z.h b/src/fr-command-7z.h index fc7aa32..23b1891 100644 --- a/src/fr-command-7z.h +++ b/src/fr-command-7z.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2004 Free Software Foundation, Inc. * diff --git a/src/fr-command-ace.c b/src/fr-command-ace.c index c6e889e..e7b748f 100644 --- a/src/fr-command-ace.c +++ b/src/fr-command-ace.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. * diff --git a/src/fr-command-ace.h b/src/fr-command-ace.h index e88586e..f260db0 100644 --- a/src/fr-command-ace.h +++ b/src/fr-command-ace.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2006 The Free Software Foundation, Inc. * diff --git a/src/fr-command-alz.c b/src/fr-command-alz.c index d800e6c..6671403 100644 --- a/src/fr-command-alz.c +++ b/src/fr-command-alz.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-alz.h b/src/fr-command-alz.h index 40add85..f4cb634 100644 --- a/src/fr-command-alz.h +++ b/src/fr-command-alz.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-ar.c b/src/fr-command-ar.c index 143687e..3cd96e1 100644 --- a/src/fr-command-ar.c +++ b/src/fr-command-ar.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. * diff --git a/src/fr-command-ar.h b/src/fr-command-ar.h index 44b724b..fb64800 100644 --- a/src/fr-command-ar.h +++ b/src/fr-command-ar.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. * diff --git a/src/fr-command-arj.c b/src/fr-command-arj.c index ee214c0..bc02530 100644 --- a/src/fr-command-arj.c +++ b/src/fr-command-arj.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003 Free Software Foundation, Inc. * diff --git a/src/fr-command-arj.h b/src/fr-command-arj.h index b1b860c..81fecaf 100644 --- a/src/fr-command-arj.h +++ b/src/fr-command-arj.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003 Free Software Foundation, Inc. * diff --git a/src/fr-command-cfile.c b/src/fr-command-cfile.c index d986575..1c5def3 100644 --- a/src/fr-command-cfile.c +++ b/src/fr-command-cfile.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-cfile.h b/src/fr-command-cfile.h index d4e251c..8a94db8 100644 --- a/src/fr-command-cfile.h +++ b/src/fr-command-cfile.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-cpio.c b/src/fr-command-cpio.c index feeaad7..601cbe3 100644 --- a/src/fr-command-cpio.c +++ b/src/fr-command-cpio.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2006 The Free Software Foundation, Inc. * diff --git a/src/fr-command-cpio.h b/src/fr-command-cpio.h index f94159d..e9b4772 100644 --- a/src/fr-command-cpio.h +++ b/src/fr-command-cpio.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2006 The Free Software Foundation, Inc. * diff --git a/src/fr-command-dpkg.c b/src/fr-command-dpkg.c index 8c2c012..edd35dc 100644 --- a/src/fr-command-dpkg.c +++ b/src/fr-command-dpkg.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-dpkg.h b/src/fr-command-dpkg.h index 802eb54..944d2ef 100644 --- a/src/fr-command-dpkg.h +++ b/src/fr-command-dpkg.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-iso.c b/src/fr-command-iso.c index 011c734..0e67b06 100644 --- a/src/fr-command-iso.c +++ b/src/fr-command-iso.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2004 The Free Software Foundation, Inc. * diff --git a/src/fr-command-iso.h b/src/fr-command-iso.h index aba1814..64887cf 100644 --- a/src/fr-command-iso.h +++ b/src/fr-command-iso.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-jar.c b/src/fr-command-jar.c index 3edb2e9..0bc228e 100644 --- a/src/fr-command-jar.c +++ b/src/fr-command-jar.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2006 The Free Software Foundation, Inc. * diff --git a/src/fr-command-jar.h b/src/fr-command-jar.h index cf108b1..e8e2b63 100644 --- a/src/fr-command-jar.h +++ b/src/fr-command-jar.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2006 The Free Software Foundation, Inc. * diff --git a/src/fr-command-lha.c b/src/fr-command-lha.c index 8fce58c..9787f3a 100644 --- a/src/fr-command-lha.c +++ b/src/fr-command-lha.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-lha.h b/src/fr-command-lha.h index 507f189..7bbca13 100644 --- a/src/fr-command-lha.h +++ b/src/fr-command-lha.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-rar.c b/src/fr-command-rar.c index 2c42ba4..940e008 100644 --- a/src/fr-command-rar.c +++ b/src/fr-command-rar.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-rar.h b/src/fr-command-rar.h index b9fffdc..b9bd9c9 100644 --- a/src/fr-command-rar.h +++ b/src/fr-command-rar.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-rpm.c b/src/fr-command-rpm.c index 73f5e39..e8c3c1f 100644 --- a/src/fr-command-rpm.c +++ b/src/fr-command-rpm.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-rpm.h b/src/fr-command-rpm.h index 9b30ed3..894acce 100644 --- a/src/fr-command-rpm.h +++ b/src/fr-command-rpm.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-tar.c b/src/fr-command-tar.c index 4c214f4..fd9be4e 100644 --- a/src/fr-command-tar.c +++ b/src/fr-command-tar.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. * diff --git a/src/fr-command-tar.h b/src/fr-command-tar.h index a214353..e4fc791 100644 --- a/src/fr-command-tar.h +++ b/src/fr-command-tar.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-unstuff.c b/src/fr-command-unstuff.c index 5bd5e36..9fe2a8e 100644 --- a/src/fr-command-unstuff.c +++ b/src/fr-command-unstuff.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-unstuff.h b/src/fr-command-unstuff.h index e0fb7fb..44be91c 100644 --- a/src/fr-command-unstuff.h +++ b/src/fr-command-unstuff.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-zip.c b/src/fr-command-zip.c index 3e651f7..c405e72 100644 --- a/src/fr-command-zip.c +++ b/src/fr-command-zip.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-zip.h b/src/fr-command-zip.h index 969985d..21356e9 100644 --- a/src/fr-command-zip.h +++ b/src/fr-command-zip.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command-zoo.c b/src/fr-command-zoo.c index 00b79de..8675596 100644 --- a/src/fr-command-zoo.c +++ b/src/fr-command-zoo.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2003 Free Software Foundation, Inc. * diff --git a/src/fr-command-zoo.h b/src/fr-command-zoo.h index 4b889c3..6e796f6 100644 --- a/src/fr-command-zoo.h +++ b/src/fr-command-zoo.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2003 The Free Software Foundation, Inc. * diff --git a/src/fr-command.c b/src/fr-command.c index 873c02d..88be3f9 100644 --- a/src/fr-command.c +++ b/src/fr-command.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-command.h b/src/fr-command.h index 39b18de..e3cab9d 100644 --- a/src/fr-command.h +++ b/src/fr-command.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/fr-error.c b/src/fr-error.c index 9473b6f..4285bf2 100644 --- a/src/fr-error.c +++ b/src/fr-error.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2003 Free Software Foundation, Inc. * diff --git a/src/fr-error.h b/src/fr-error.h index 59399e8..91e6937 100644 --- a/src/fr-error.h +++ b/src/fr-error.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2003 Free Software Foundation, Inc. * diff --git a/src/fr-list-model.c b/src/fr-list-model.c index 61b71d1..f3b44fc 100644 --- a/src/fr-list-model.c +++ b/src/fr-list-model.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2005 Free Software Foundation, Inc. * diff --git a/src/fr-list-model.h b/src/fr-list-model.h index c59f9dd..55e86de 100644 --- a/src/fr-list-model.h +++ b/src/fr-list-model.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2005 Free Software Foundation, Inc. * diff --git a/src/fr-process.c b/src/fr-process.c index 4750f59..2bfaabe 100644 --- a/src/fr-process.c +++ b/src/fr-process.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003, 2008 Free Software Foundation, Inc. * diff --git a/src/fr-process.h b/src/fr-process.h index d519b03..193f22a 100644 --- a/src/fr-process.h +++ b/src/fr-process.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003, 2008 Free Software Foundation, Inc. * diff --git a/src/fr-window.c b/src/fr-window.c index 0f9fe50..96ca32c 100644 --- a/src/fr-window.c +++ b/src/fr-window.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2007 Free Software Foundation, Inc. * @@ -2810,7 +2810,7 @@ fr_window_add_to_recent_list (FrWindow *window, recent_data = g_new0 (GtkRecentData, 1); recent_data->mime_type = g_content_type_get_mime_type (window->archive->content_type); - recent_data->app_name = "File Roller"; + recent_data->app_name = "Engrampa"; recent_data->app_exec = "engrampa"; gtk_recent_manager_add_full (window->priv->recent_manager, uri, recent_data); @@ -5230,7 +5230,7 @@ fr_window_init_recent_chooser (FrWindow *window, gtk_recent_filter_set_name (filter, _("All archives")); for (i = 0; open_type[i] != -1; i++) gtk_recent_filter_add_mime_type (filter, mime_type_desc[open_type[i]].mime_type); - gtk_recent_filter_add_application (filter, "File Roller"); + gtk_recent_filter_add_application (filter, "Engrampa"); gtk_recent_chooser_add_filter (chooser, filter); gtk_recent_chooser_set_local_only (chooser, FALSE); diff --git a/src/fr-window.h b/src/fr-window.h index adde1bf..898d2a6 100644 --- a/src/fr-window.h +++ b/src/fr-window.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2007 Free Software Foundation, Inc. * diff --git a/src/gio-utils.c b/src/gio-utils.c index 1123865..eacf35b 100644 --- a/src/gio-utils.c +++ b/src/gio-utils.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2008 Free Software Foundation, Inc. * diff --git a/src/gio-utils.h b/src/gio-utils.h index 7dfe306..e4ff6c6 100644 --- a/src/gio-utils.h +++ b/src/gio-utils.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2008 Free Software Foundation, Inc. * diff --git a/src/glib-utils.c b/src/glib-utils.c index 7935f13..d98128f 100644 --- a/src/glib-utils.c +++ b/src/glib-utils.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2005 Free Software Foundation, Inc. * diff --git a/src/glib-utils.h b/src/glib-utils.h index 3ef92d2..2e8303e 100644 --- a/src/glib-utils.h +++ b/src/glib-utils.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2005 Free Software Foundation, Inc. * diff --git a/src/gtk-utils.c b/src/gtk-utils.c index 4d98570..fb84040 100644 --- a/src/gtk-utils.c +++ b/src/gtk-utils.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/gtk-utils.h b/src/gtk-utils.h index c2c5837..03cd3ca 100644 --- a/src/gtk-utils.h +++ b/src/gtk-utils.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003 Free Software Foundation, Inc. * diff --git a/src/java-utils.c b/src/java-utils.c index b48bdd0..5d8464a 100644 --- a/src/java-utils.c +++ b/src/java-utils.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2006 The Free Software Foundation, Inc. * diff --git a/src/java-utils.h b/src/java-utils.h index 3cea4cb..a168b57 100644 --- a/src/java-utils.h +++ b/src/java-utils.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2006 The Free Software Foundation, Inc. * diff --git a/src/main.c b/src/main.c index 7df8329..c8471d6 100644 --- a/src/main.c +++ b/src/main.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003 Free Software Foundation, Inc. * diff --git a/src/main.h b/src/main.h index fa88514..d8c2906 100644 --- a/src/main.h +++ b/src/main.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2008 The Free Software Foundation, Inc. * diff --git a/src/mateconf-utils.c b/src/mateconf-utils.c index f851200..095535b 100644 --- a/src/mateconf-utils.c +++ b/src/mateconf-utils.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. * diff --git a/src/mateconf-utils.h b/src/mateconf-utils.h index 1f24b68..1ec3253 100644 --- a/src/mateconf-utils.h +++ b/src/mateconf-utils.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. * diff --git a/src/open-file.c b/src/open-file.c index d182d07..13a6b3a 100644 --- a/src/open-file.c +++ b/src/open-file.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001-2008 The Free Software Foundation, Inc. * diff --git a/src/open-file.h b/src/open-file.h index 605f25e..f012adc 100644 --- a/src/open-file.h +++ b/src/open-file.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001-2008 The Free Software Foundation, Inc. * diff --git a/src/preferences.c b/src/preferences.c index 970cb46..dcce171 100644 --- a/src/preferences.c +++ b/src/preferences.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003 Free Software Foundation, Inc. * diff --git a/src/preferences.h b/src/preferences.h index 311f02e..d805bf7 100644 --- a/src/preferences.h +++ b/src/preferences.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001, 2003 Free Software Foundation, Inc. * diff --git a/src/typedefs.h b/src/typedefs.h index c679bf9..4d1866d 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2001 The Free Software Foundation, Inc. * diff --git a/src/ui.h b/src/ui.h index 3287196..3c34e78 100644 --- a/src/ui.h +++ b/src/ui.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * File-Roller + * Engrampa * * Copyright (C) 2004 Free Software Foundation, Inc. * @@ -63,7 +63,7 @@ static GtkActionEntry action_entries[] = { G_CALLBACK (activate_action_close) }, { "Contents", GTK_STOCK_HELP, N_("Contents"), "F1", - N_("Display the File Roller Manual"), + N_("Display the Engrampa Manual"), G_CALLBACK (activate_action_manual) }, { "Copy", GTK_STOCK_COPY, -- cgit v1.2.1