diff gtk-gui/IBBoard.WarFoundry.GTK.FrmNewUnit.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.FrmNewUnit.cs	Mon Jan 26 20:16:07 2009 +0000
+++ b/gtk-gui/IBBoard.WarFoundry.GTK.FrmNewUnit.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.
@@ -33,7 +33,7 @@
             Stetic.Gui.Initialize(this);
             // Widget IBBoard.WarFoundry.GTK.FrmNewUnit
             this.Name = "IBBoard.WarFoundry.GTK.FrmNewUnit";
-            this.Title = "Add new unit";
+            this.Title = Mono.Unix.Catalog.GetString("Add new unit");
             this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-new", Gtk.IconSize.Menu, 16);
             this.WindowPosition = ((Gtk.WindowPosition)(4));
             this.Modal = true;
@@ -55,7 +55,7 @@
             // Container child hbox1.Gtk.Box+BoxChild
             this.label1 = new Gtk.Label();
             this.label1.Name = "label1";
-            this.label1.LabelProp = "Unit Type:";
+            this.label1.LabelProp = Mono.Unix.Catalog.GetString("Unit Type:");
             this.hbox1.Add(this.label1);
             Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.label1]));
             w2.Position = 0;