diff UI/EquipmentAmountControl.Designer.cs @ 132:e00332dc1618

Fixes #259: "Equip All" doesn't get translated * Use new IBBRadioButton
author IBBoard <dev@ibboard.co.uk>
date Mon, 22 Mar 2010 20:57:51 +0000
parents 727c1b0e49a6
children
line wrap: on
line diff
--- a/UI/EquipmentAmountControl.Designer.cs	Sat Mar 20 20:59:40 2010 +0000
+++ b/UI/EquipmentAmountControl.Designer.cs	Mon Mar 22 20:57:51 2010 +0000
@@ -30,7 +30,7 @@
 		{
 			this.rbNumeric = new System.Windows.Forms.RadioButton();
 			this.rbPercentage = new System.Windows.Forms.RadioButton();
-			this.rbEquipAll = new System.Windows.Forms.RadioButton();
+			this.rbEquipAll = new IBBoard.Windows.Forms.IBBRadioButton();
 			this.numeric = new System.Windows.Forms.NumericUpDown();
 			this.percentage = new System.Windows.Forms.NumericUpDown();
 			this.lblPercentSign = new System.Windows.Forms.Label();
@@ -126,7 +126,7 @@
 
 		private System.Windows.Forms.RadioButton rbNumeric;
 		private System.Windows.Forms.RadioButton rbPercentage;
-		private System.Windows.Forms.RadioButton rbEquipAll;
+		private IBBoard.Windows.Forms.IBBRadioButton rbEquipAll;
 		private System.Windows.Forms.NumericUpDown numeric;
 		private System.Windows.Forms.NumericUpDown percentage;
 		private System.Windows.Forms.Label lblPercentSign;