Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.GTK
diff 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 |
line wrap: on
line diff
--- a/FrmReplaceEquipment.cs Sun Jan 02 15:12:31 2011 +0000 +++ b/FrmReplaceEquipment.cs Sun Jan 02 15:50:29 2011 +0000 @@ -158,7 +158,7 @@ public void SetOkayEnabledState(bool enabled) { - buttonOk.Sensitive = enabled; + bttnOkay.Sensitive = enabled; } protected virtual void SpinButtonValueChanged(object sender, System.EventArgs e)