gbrainy r373 - trunk/src
- From: jmas svn gnome org
- To: svn-commits-list gnome org
- Subject: gbrainy r373 - trunk/src
- Date: Tue, 17 Jun 2008 09:42:14 +0000 (UTC)
Author: jmas
Date: Tue Jun 17 09:42:14 2008
New Revision: 373
URL: http://svn.gnome.org/viewvc/gbrainy?rev=373&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:
trunk/src/ChangeLog
trunk/src/PuzzleEquation.cs
Modified: trunk/src/PuzzleEquation.cs
==============================================================================
--- trunk/src/PuzzleEquation.cs (original)
+++ trunk/src/PuzzleEquation.cs Tue Jun 17 09:42:14 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]