diff Widgets/TransformXmlWidget.cs @ 132:cff58ea990c4

Fixes #361: Add XML export UI to GTK# * Use translatable widgets * Add English translations
author IBBoard <dev@ibboard.co.uk>
date Sat, 08 Oct 2011 20:33:37 +0100
parents 786a3afb9240
children 9808adf2d566
line wrap: on
line diff
--- a/Widgets/TransformXmlWidget.cs	Sat Oct 01 20:46:53 2011 +0100
+++ b/Widgets/TransformXmlWidget.cs	Sat Oct 08 20:33:37 2011 +0100
@@ -5,6 +5,7 @@
 using System.IO;
 using System.Collections.Generic;
 using IBBoard.GtkSharp;
+using IBBoard.GtkSharp.Translatable;
 
 namespace IBBoard.WarFoundry.GUI.GTK
 {
@@ -17,6 +18,7 @@
 		{
 			this.Build();
 			FillXsltList();
+			ControlTranslator.TranslateWidget(this);
 		}
 
 		private void FillXsltList()