diff FrmPreferences.Designer.cs @ 142:e0af96397e26

Re #203: Translate WarFoundry * Actually add German translation * Make controls on Pref form use custom translatable IBB versions so that they translate * Make new menu item a custom translatable IBB version so that it translates
author IBBoard <dev@ibboard.co.uk>
date Wed, 14 Apr 2010 19:42:45 +0000
parents 60c795eca8de
children 4b96e6a6c999
line wrap: on
line diff
--- a/FrmPreferences.Designer.cs	Tue Apr 13 20:02:49 2010 +0000
+++ b/FrmPreferences.Designer.cs	Wed Apr 14 19:42:45 2010 +0000
@@ -32,8 +32,8 @@
 			this.languagesGroup = new System.Windows.Forms.GroupBox();
 			this.lblLanguage = new IBBoard.Windows.Forms.IBBLabel();
 			this.languageList = new System.Windows.Forms.ComboBox();
-			this.bttnOkay = new System.Windows.Forms.Button();
-			this.bttnCancel = new System.Windows.Forms.Button();
+			this.bttnOkay = new IBBoard.Windows.Forms.IBBButton();
+			this.bttnCancel = new IBBoard.Windows.Forms.IBBButton();
 			this.languagesGroup.SuspendLayout();
 			this.SuspendLayout();
 			// 
@@ -115,7 +115,7 @@
 		private System.Windows.Forms.GroupBox languagesGroup;
 		private System.Windows.Forms.ComboBox languageList;
 		private IBBoard.Windows.Forms.IBBLabel lblLanguage;
-		private System.Windows.Forms.Button bttnOkay;
-		private System.Windows.Forms.Button bttnCancel;
+		private IBBoard.Windows.Forms.IBBButton bttnOkay;
+		private IBBoard.Windows.Forms.IBBButton bttnCancel;
 	}
 }
\ No newline at end of file