[gbrainy/gbrainy_16x] Update about dialog box
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy/gbrainy_16x] Update about dialog box
- Date: Sat, 25 Sep 2010 14:38:40 +0000 (UTC)
commit e355a48960fa667e3a91bb768d97acfea824c4dd
Author: Jordi Mas <jmas softcatala org>
Date: Sat Sep 25 16:40:16 2010 +0200
Update about dialog box
src/Clients/Classical/Dialogs/AboutDialog.cs | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/src/Clients/Classical/Dialogs/AboutDialog.cs b/src/Clients/Classical/Dialogs/AboutDialog.cs
index 2474f52..78e5ec7 100644
--- a/src/Clients/Classical/Dialogs/AboutDialog.cs
+++ b/src/Clients/Classical/Dialogs/AboutDialog.cs
@@ -31,7 +31,15 @@ namespace gbrainy.Clients.Classical
{
StringBuilder license = new StringBuilder (256);
string [] authors = new string [] {
- "Jordi Mas i Hernandez <jmas softcatala org>",
+ Catalog.GetString ("Software"),
+ " Jordi Mas i Hernandez <jmas softcatala org>",
+ "",
+ Catalog.GetString ("Based on ideas by"),
+ " Terry Stickels",
+ " Jordi Mas i Hernandez",
+ " Lewis Carroll",
+ (" " + Catalog.GetString ("MENSA works")),
+ " mathforum.org"
};
string [] artists = new string [] {
@@ -64,8 +72,7 @@ namespace gbrainy.Clients.Classical
Documenters = documenters;
Logo = LoadFromAssembly ("gbrainy.svg");
- Copyright = Defines.COPYRIGHT + "\n";
- Copyright += Catalog.GetString ("Based on ideas by Terry Stickels, MENSA books and Jordi Mas.");
+ Copyright = Defines.COPYRIGHT;
Comments = Catalog.GetString ("A brain teaser game for fun and to keep your brain trained.");
Website = "http://live.gnome.org/gbrainy";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]