gnome-terminal r2506 - trunk/src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-terminal r2506 - trunk/src
- Date: Wed, 19 Mar 2008 18:20:11 +0000 (GMT)
Author: chpe
Date: Wed Mar 19 18:20:10 2008
New Revision: 2506
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2506&view=rev
Log:
Use UTF-8, and update the about box.
Modified:
trunk/src/terminal-screen.c
trunk/src/terminal-window.c
trunk/src/terminal.c
Modified: trunk/src/terminal-screen.c
==============================================================================
--- trunk/src/terminal-screen.c (original)
+++ trunk/src/terminal-screen.c Wed Mar 19 18:20:10 2008
@@ -2,6 +2,7 @@
/*
* Copyright (C) 2001 Havoc Pennington
+ * Copyright (C) 2007, 2008 Christian Persch
*
* This file is part of gnome-terminal.
*
Modified: trunk/src/terminal-window.c
==============================================================================
--- trunk/src/terminal-window.c (original)
+++ trunk/src/terminal-window.c Wed Mar 19 18:20:10 2008
@@ -2652,13 +2652,15 @@
TerminalWindow *window)
{
static const char copyright[] =
- "Copyright \xc2\xa9 2002,2003,2004 Havoc Pennington\n"
- "Copyright \xc2\xa9 2003,2004,2007 Mariano Su\303\241rez-Alvarez\n"
- "Copyright \xc2\xa9 2006 Guilherme de S. Pastore";
+ "Copyright  2002, 2003, 2004 Havoc Pennington\n"
+ "Copyright  2003, 2004, 2007 Mariano SuÃrez-Alvarez\n"
+ "Copyright  2006 Guilherme de S. Pastore\n"
+ "Copyright  2007, 2008 Christian Persch";
const char *authors[] = {
"Guilherme de S. Pastore <gpastore gnome org> (maintainer)",
"Havoc Pennington <hp redhat com>",
- "Mariano Su\303\241rez-Alvarez <mariano gnome org>",
+ "Mariano SuÃrez-Alvarez <mariano gnome org>",
+ "Christian Persch <chpe" "\100" "gnome" "." "org" ">",
NULL
};
const gchar *license[] = {
@@ -2690,6 +2692,7 @@
"translator-credits", _("translator-credits"),
"logo-icon-name", "gnome-terminal",
NULL);
+ g_free (license_text);
}
static void
Modified: trunk/src/terminal.c
==============================================================================
--- trunk/src/terminal.c (original)
+++ trunk/src/terminal.c Wed Mar 19 18:20:10 2008
@@ -4,6 +4,7 @@
* Copyright (C) 2002 Red Hat, Inc.
* Copyright (C) 2002 Sun Microsystems
* Copyright (C) 2003 Mariano Suarez-Alvarez
+ * Copyright (C) 2008 Christian Persch
*
* This file is part of gnome-terminal.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]