[gbrainy] Support not localized version of answer show tag



commit d0ca8cdec54b4c32717c3f11e9a04395f95dadd5
Author: Jordi Mas <jmas softcatala org>
Date:   Tue Oct 12 09:59:02 2010 +0200

    Support not localized version of answer show tag

 src/Core/Main/Xml/GameXmlFactory.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Main/Xml/GameXmlFactory.cs b/src/Core/Main/Xml/GameXmlFactory.cs
index 2715358..a87854d 100644
--- a/src/Core/Main/Xml/GameXmlFactory.cs
+++ b/src/Core/Main/Xml/GameXmlFactory.cs
@@ -266,6 +266,7 @@ namespace gbrainy.Core.Main.Xml
 
 						break;
 					case "_answer_show":
+					case "answer_show":
 						if (reader.NodeType != XmlNodeType.Element)
 							break;
 



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