[gbrainy] gbrainy.svg needed by about box + space to sparate string



commit 954cef40342ad58b9649dabebc6a0a45d8d7ad5d
Author: Jordi Mas <jmas softcatala org>
Date:   Sun Mar 13 11:42:09 2011 +0100

    gbrainy.svg needed by about box + space to sparate string

 src/Clients/Classical/Dialogs/AboutDialog.cs |    2 +-
 src/Clients/Classical/Makefile.am            |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Clients/Classical/Dialogs/AboutDialog.cs b/src/Clients/Classical/Dialogs/AboutDialog.cs
index 13d08ea..e5a97bd 100644
--- a/src/Clients/Classical/Dialogs/AboutDialog.cs
+++ b/src/Clients/Classical/Dialogs/AboutDialog.cs
@@ -77,7 +77,7 @@ namespace gbrainy.Clients.Classical.Dialogs
 
 			Comments = Catalog.GetString ("A brain teaser game for fun and to keep your brain trained.");
 			Comments += "\n";
-			Comments += Catalog.GetString ("gbrainy project web site" + ":" + "http://live.gnome.org/gbrainy";);
+			Comments += Catalog.GetString ("gbrainy project web site" + ": " + "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);
 			TranslatorCredits = translators;
diff --git a/src/Clients/Classical/Makefile.am b/src/Clients/Classical/Makefile.am
index e6f35d9..7d5caf5 100644
--- a/src/Clients/Classical/Makefile.am
+++ b/src/Clients/Classical/Makefile.am
@@ -47,6 +47,7 @@ RESOURCES =										\
 -resource:$(top_srcdir)/data/app-graphics/memory-games-32.png  \
 -resource:$(top_srcdir)/data/app-graphics/verbal-games.svg  \
 -resource:$(top_srcdir)/data/app-graphics/verbal-games-32.png  \
+-resource:$(top_srcdir)/data/app-graphics/gbrainy.svg \
 -resource:$(top_srcdir)/data/app-graphics/gtk-info.svg \
 -resource:$(top_srcdir)/data/app-graphics/gtk-stop.svg \
 -resource:$(top_srcdir)/data/app-graphics/gtk-ok.svg



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]