comparison FrmReplaceEquipment.cs @ 97:6d2c8ad0d8f1

Re #308: Make GTK# UI translatable * More standardisation of widget names with WinForms
author IBBoard <dev@ibboard.co.uk>
date Sun, 02 Jan 2011 15:50:29 +0000
parents b4416ca69153
children
comparison
equal deleted inserted replaced
96:b4416ca69153 97:6d2c8ad0d8f1
156 Respond(ResponseType.Ok); 156 Respond(ResponseType.Ok);
157 } 157 }
158 158
159 public void SetOkayEnabledState(bool enabled) 159 public void SetOkayEnabledState(bool enabled)
160 { 160 {
161 buttonOk.Sensitive = enabled; 161 bttnOkay.Sensitive = enabled;
162 } 162 }
163 163
164 protected virtual void SpinButtonValueChanged(object sender, System.EventArgs e) 164 protected virtual void SpinButtonValueChanged(object sender, System.EventArgs e)
165 { 165 {
166 OnUnitEquipmentAmountChanged(); 166 OnUnitEquipmentAmountChanged();