comparison FrmAddEquipment.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
141 Respond(ResponseType.Ok); 141 Respond(ResponseType.Ok);
142 } 142 }
143 143
144 public void SetOkayEnabledState(bool enabled) 144 public void SetOkayEnabledState(bool enabled)
145 { 145 {
146 buttonOk.Sensitive = enabled; 146 bttnOkay.Sensitive = enabled;
147 } 147 }
148 148
149 protected virtual void SpinButtonValueChanged(object sender, System.EventArgs e) 149 protected virtual void SpinButtonValueChanged(object sender, System.EventArgs e)
150 { 150 {
151 OnUnitEquipmentAmountChanged(); 151 OnUnitEquipmentAmountChanged();