[Monodevelop-patches-list] r405 - src/Libraries/ICSharpCode.TextEditor/src/Gui

commit-watcher at sevenl.net commit-watcher at sevenl.net
Wed Jan 7 00:19:29 EST 2004


Author: tberman
Date: 2004-01-07 00:19:28 -0500 (Wed, 07 Jan 2004)
New Revision: 405

Modified:
   src/Libraries/ICSharpCode.TextEditor/src/Gui/TextView.cs
Log:
fix those annoying pango warnings at load
jluke is the man


Modified: src/Libraries/ICSharpCode.TextEditor/src/Gui/TextView.cs
===================================================================
--- src/Libraries/ICSharpCode.TextEditor/src/Gui/TextView.cs	2004-01-07 04:45:10 UTC (rev 404)
+++ src/Libraries/ICSharpCode.TextEditor/src/Gui/TextView.cs	2004-01-07 05:19:28 UTC (rev 405)
@@ -342,7 +342,7 @@
 				//Pango.Layout ly = new Pango.Layout(TextArea.PangoContext);
 				Pango.Layout ly = _layout;
 				ly.FontDescription = font;
-				ly.SetText("Wwgqñ|$%?¿*_-");
+				ly.SetText("Wwgq|$%?*_-");
 				return ly.Size.Height/1024.0f;
 		}
 




More information about the Monodevelop-patches-list mailing list