[mistelix] Use Unicode escaped chars in source code
- From: Jordi Mas <jmas src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [mistelix] Use Unicode escaped chars in source code
- Date: Sat, 13 Feb 2010 17:09:37 +0000 (UTC)
commit 017f3608deb7e7a137319bd87c5866cad737ede5
Author: Jordi Mas <jmas softcatala org>
Date: Sat Feb 13 18:09:50 2010 +0100
Use Unicode escaped chars in source code
src/Dialogs/AboutDialog.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Dialogs/AboutDialog.cs b/src/Dialogs/AboutDialog.cs
index 0f2d4bd..6f29d9d 100644
--- a/src/Dialogs/AboutDialog.cs
+++ b/src/Dialogs/AboutDialog.cs
@@ -36,7 +36,7 @@ namespace Mistelix.Dialogs
public AboutDialog () : base ()
{
string [] authors = new string [] {
- "Jordi Mas i Hernà ndez <jmas softcatala org>",
+ "Jordi Mas i Hern\u00e0ndez <jmas softcatala org>",
};
// Name of the people that translated the application
@@ -51,7 +51,7 @@ namespace Mistelix.Dialogs
Logo = LoadFromAssembly ("mistelix.svg");
- Copyright = "Jordi Mas i Hernandez <jmas softcatala org>";
+ Copyright = "Jordi Mas i Hern\u00e0ndez <jmas softcatala org>";
Comments = Catalog.GetString ("Mistelix is a DVD authoring application also with slideshow creation capabilities.");
Website = "http://www.mistelix.org";
WebsiteLabel = Catalog.GetString ("Mistelix web site");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]