[gbrainy] Remove references to websites
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] Remove references to websites
- Date: Sun, 29 Apr 2012 08:12:59 +0000 (UTC)
commit 86138db13b457f5cb3fec8cd537b71f3888e2a26
Author: Jordi Mas <jmas softcatala org>
Date: Sun Apr 29 10:14:11 2012 +0200
Remove references to websites
configure.ac | 3 ---
src/Clients/Classical/Defines.cs.in | 1 -
src/Clients/Classical/Dialogs/AboutDialog.cs | 6 ++----
3 files changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b40d473..cc44560 100644
--- a/configure.ac
+++ b/configure.ac
@@ -188,9 +188,6 @@ AC_SUBST(BUILD_TIME)
COPYRIGHT="(c) 2007-2012 Jordi Mas i Hernandez"
AC_SUBST(COPYRIGHT)
-WEB_SITE="http://www.gbrainy.com"
-AC_SUBST(WEB_SITE)
-
dnl --- Prologue
AC_SUBST(CFLAGS)
diff --git a/src/Clients/Classical/Defines.cs.in b/src/Clients/Classical/Defines.cs.in
index 78e7d41..7e2c4ef 100644
--- a/src/Clients/Classical/Defines.cs.in
+++ b/src/Clients/Classical/Defines.cs.in
@@ -27,7 +27,6 @@ namespace gbrainy.Clients.Classical
public const string GNOME_LOCALE_DIR = "@prefix@/share/locale";
public const string DATA_DIR = "@prefix@/share/games/gbrainy/";
public const string COPYRIGHT = "@COPYRIGHT@";
- public const string WEB_SITE = "@WEB_SITE@";
public const string BUILD_TIME = "@BUILD_TIME@";
public const string VERBAL_ANALOGIES = "verbal_analogies.xml";
diff --git a/src/Clients/Classical/Dialogs/AboutDialog.cs b/src/Clients/Classical/Dialogs/AboutDialog.cs
index 66e6280..bc3831e 100644
--- a/src/Clients/Classical/Dialogs/AboutDialog.cs
+++ b/src/Clients/Classical/Dialogs/AboutDialog.cs
@@ -76,10 +76,8 @@ namespace gbrainy.Clients.Classical.Dialogs
Copyright = Defines.COPYRIGHT;
Comments = Catalog.GetString ("A brain teaser game for fun and to keep your brain trained.");
- Comments += "\n";
- Comments += String.Format (Catalog.GetString ("gbrainy project web site: {0}"), "http://live.gnome.org/gbrainy");
- Website = Defines.WEB_SITE;
- WebsiteLabel = String.Format (Catalog.GetString ("You can also play on-line at {0}"), Defines.WEB_SITE);
+ Website = "http://live.gnome.org/gbrainy";
+ WebsiteLabel = Catalog.GetString ("gbrainy project web site");
TranslatorCredits = translators;
Artists = artists;
IconName = null;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]