Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.GTK
comparison gtk-gui/IBBoard.WarFoundry.GUI.GTK.FrmNewUnit.cs @ 90:a754a2d1881c
Re #308: Make GTK# UI translatable
* Move FrmNewArmy to using translatable buttons
* Re-link lost button click methods in FrmNewUnit
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 31 Dec 2010 10:54:42 +0000 |
parents | 31d54f67d50d |
children | 58779fcd0166 |
comparison
equal
deleted
inserted
replaced
89:31d54f67d50d | 90:a754a2d1881c |
---|---|
114 } | 114 } |
115 this.DefaultWidth = 403; | 115 this.DefaultWidth = 403; |
116 this.DefaultHeight = 259; | 116 this.DefaultHeight = 259; |
117 this.Show(); | 117 this.Show(); |
118 this.lstUnitTypes.RowActivated += new global::Gtk.RowActivatedHandler(this.OnRowActivated); | 118 this.lstUnitTypes.RowActivated += new global::Gtk.RowActivatedHandler(this.OnRowActivated); |
119 this.bttnCancel.Clicked += new global::System.EventHandler(this.OnButtonCancelActivated); | |
120 this.bttnCreate.Clicked += new global::System.EventHandler(this.OnButtonOkClicked); | |
119 } | 121 } |
120 } | 122 } |
121 } | 123 } |