# HG changeset patch # User IBBoard # Date 1293565804 0 # Node ID edae1d817962ff3bf4834c92e390713a5d3b99a8 # Parent 0364560fcec21d6c03300e587f8d875a204cf563 Re #47: Add translatable GTK# widgets * Remove debugging print statement diff -r 0364560fcec2 -r edae1d817962 Translatable/ControlTranslator.cs --- 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); } }