changeset 22:edae1d817962

Re #47: Add translatable GTK# widgets * Remove debugging print statement
author IBBoard <dev@ibboard.co.uk>
date Tue, 28 Dec 2010 19:50:04 +0000
parents 0364560fcec2
children ae37467335ae
files Translatable/ControlTranslator.cs
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Translatable/ControlTranslator.cs	Tue Dec 28 19:24:06 2010 +0000
+++ b/Translatable/ControlTranslator.cs	Tue Dec 28 19:50:04 2010 +0000
@@ -59,7 +59,6 @@
 
 		private static void TranslateAction(Action action)
 		{
-			System.Console.WriteLine(action.Name);
 			action.Label = Translation.GetTranslation(action.Name, action.Label);
 		}
 	}