gbrainy r395 - trunk/src
- From: jmas svn gnome org
- To: svn-commits-list gnome org
- Subject: gbrainy r395 - trunk/src
- Date: Thu, 24 Jul 2008 19:50:02 +0000 (UTC)
Author: jmas
Date: Thu Jul 24 19:50:02 2008
New Revision: 395
URL: http://svn.gnome.org/viewvc/gbrainy?rev=395&view=rev
Log:
Fixes variable name
Modified:
trunk/src/gbrainy.cs
Modified: trunk/src/gbrainy.cs
==============================================================================
--- trunk/src/gbrainy.cs (original)
+++ trunk/src/gbrainy.cs Thu Jul 24 19:50:02 2008
@@ -41,7 +41,7 @@
[Glade.Widget] Gtk.Button next_button;
[Glade.Widget] Gtk.Statusbar statusbar;
[Glade.Widget] Gtk.Toolbar toolbar;
- [Glade.Widget] Gtk.Label label_answser;
+ [Glade.Widget] Gtk.Label label_answer;
GameDrawingArea drawing_area;
GameSession session;
const int ok_buttonid = -5;
@@ -140,7 +140,7 @@
if (preferences.GetBoolValue (Preferences.Toolbar) == false)
toolbar_menuitem.Active = false;
- color = label_answser.Style.Background (StateType.Normal);
+ color = label_answer.Style.Background (StateType.Normal);
question_textview.ModifyBase (Gtk.StateType.Normal, color);
solution_textview.ModifyBase (Gtk.StateType.Normal, color);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]