diff gtk-gui/IBBoard.WarFoundry.GTK.FrmNewArmy.cs @ 7:58961ff391d4

Closes #30 - Convert to .csproj * Convert GTK# GUI to .csproj and remove .mdp Also: * Remove rogue Dialog class * Commit a number of generated GUI changes that MonoDevelop made and won't un-make
author IBBoard <dev@ibboard.co.uk>
date Tue, 17 Feb 2009 16:41:55 +0000
parents cfc7683e73f9
children ca863c693550
line wrap: on
line diff
--- a/gtk-gui/IBBoard.WarFoundry.GTK.FrmNewArmy.cs	Mon Jan 26 20:16:07 2009 +0000
+++ b/gtk-gui/IBBoard.WarFoundry.GTK.FrmNewArmy.cs	Tue Feb 17 16:41:55 2009 +0000
@@ -1,7 +1,7 @@
 // ------------------------------------------------------------------------------
 //  <autogenerated>
 //      This code was generated by a tool.
-//      Mono Runtime Version: 2.0.50727.1433
+//      
 // 
 //      Changes to this file may cause incorrect behavior and will be lost if 
 //      the code is regenerated.
@@ -40,7 +40,7 @@
             // Widget IBBoard.WarFoundry.GTK.FrmNewArmy
             this.Events = ((Gdk.EventMask)(256));
             this.Name = "IBBoard.WarFoundry.GTK.FrmNewArmy";
-            this.Title = "Create new army";
+            this.Title = Mono.Unix.Catalog.GetString("Create new army");
             this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-new", Gtk.IconSize.Menu, 16);
             this.WindowPosition = ((Gtk.WindowPosition)(4));
             this.SkipPagerHint = true;
@@ -101,7 +101,7 @@
             // Container child table1.Gtk.Table+TableChild
             this.label1 = new Gtk.Label();
             this.label1.Name = "label1";
-            this.label1.LabelProp = "Race";
+            this.label1.LabelProp = Mono.Unix.Catalog.GetString("Race");
             this.table1.Add(this.label1);
             Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.label1]));
             w6.XOptions = ((Gtk.AttachOptions)(4));
@@ -109,7 +109,7 @@
             // Container child table1.Gtk.Table+TableChild
             this.label2 = new Gtk.Label();
             this.label2.Name = "label2";
-            this.label2.LabelProp = "Army name";
+            this.label2.LabelProp = Mono.Unix.Catalog.GetString("Army name");
             this.table1.Add(this.label2);
             Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table1[this.label2]));
             w7.TopAttach = ((uint)(1));
@@ -119,7 +119,7 @@
             // Container child table1.Gtk.Table+TableChild
             this.label3 = new Gtk.Label();
             this.label3.Name = "label3";
-            this.label3.LabelProp = "Points value";
+            this.label3.LabelProp = Mono.Unix.Catalog.GetString("Points value");
             this.table1.Add(this.label3);
             Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this.label3]));
             w8.TopAttach = ((uint)(2));
@@ -182,7 +182,7 @@
             w14.Add(w15);
             // Container child GtkHBox1.Gtk.Container+ContainerChild
             Gtk.Label w17 = new Gtk.Label();
-            w17.LabelProp = "C_reate";
+            w17.LabelProp = Mono.Unix.Catalog.GetString("C_reate");
             w17.UseUnderline = true;
             w14.Add(w17);
             w13.Add(w14);