[longomatch/redesign3] Name tabs properly



commit 80eee6604b95faccbd76a8233fb7680b9c6d79d1
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Aug 21 18:33:47 2011 +0200

    Name tabs properly

 .../gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs  |    4 ++--
 LongoMatch/gtk-gui/gui.stetic                      |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs
index 810614e..dbb923c 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs
@@ -49,7 +49,7 @@ namespace LongoMatch.Gui.Dialog
 			// Notebook tab
 			this.label1 = new global::Gtk.Label ();
 			this.label1.Name = "label1";
-			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("page1");
+			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Tags");
 			this.tagsnotebook.SetTabLabel (this.taggerwidget1, this.label1);
 			this.label1.ShowAll ();
 			this.hbox1.Add (this.tagsnotebook);
@@ -68,7 +68,7 @@ namespace LongoMatch.Gui.Dialog
 			// Notebook tab
 			this.label2 = new global::Gtk.Label ();
 			this.label2.Name = "label2";
-			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("page1");
+			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Players");
 			this.playersnotebook.SetTabLabel (this.playersbox, this.label2);
 			this.label2.ShowAll ();
 			this.hbox1.Add (this.playersnotebook);
diff --git a/LongoMatch/gtk-gui/gui.stetic b/LongoMatch/gtk-gui/gui.stetic
index 3ea7fd7..9d1c3f2 100644
--- a/LongoMatch/gtk-gui/gui.stetic
+++ b/LongoMatch/gtk-gui/gui.stetic
@@ -5430,7 +5430,7 @@ Show-&gt;&lt;b&gt; S&lt;/b&gt;
                 <child>
                   <widget class="Gtk.Label" id="label1">
                     <property name="MemberName" />
-                    <property name="LabelProp" translatable="yes">page1</property>
+                    <property name="LabelProp" translatable="yes">Tags</property>
                   </widget>
                   <packing>
                     <property name="type">tab</property>
@@ -5465,7 +5465,7 @@ Show-&gt;&lt;b&gt; S&lt;/b&gt;
                 <child>
                   <widget class="Gtk.Label" id="label2">
                     <property name="MemberName" />
-                    <property name="LabelProp" translatable="yes">page1</property>
+                    <property name="LabelProp" translatable="yes">Players</property>
                   </widget>
                   <packing>
                     <property name="type">tab</property>



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