gbrainy r374 - branches/STABLE/src



Author: jmas
Date: Tue Jun 17 09:43:04 2008
New Revision: 374
URL: http://svn.gnome.org/viewvc/gbrainy?rev=374&view=rev

Log:
2008-06-17 Jordi Mas <jmas softcatala org>

	*  PuzzleEquation.cs: Show question mark at the end of the equation
	 (Albert Juhà suggestion)



Modified:
   branches/STABLE/src/ChangeLog
   branches/STABLE/src/PuzzleEquation.cs

Modified: branches/STABLE/src/PuzzleEquation.cs
==============================================================================
--- branches/STABLE/src/PuzzleEquation.cs	(original)
+++ branches/STABLE/src/PuzzleEquation.cs	Tue Jun 17 09:43:04 2008
@@ -60,7 +60,7 @@
 				found = true;
 		}
 
-		formula = String.Format ("{0}  * {1} + {2} * {3} - {4}", num_a, num_b, num_c, num_d, num_e);
+		formula = String.Format ("{0}  * {1} + {2} * {3} - {4} = ?", num_a, num_b, num_c, num_d, num_e);
 		right_answer = (order).ToString ();
 	}
 



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