Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 493e5fbcde2e4a8d92fbf6dafd5f44f2 > files > 1

mono-tools-2.10-1.1.mga2.src.rpm

--- docbrowser/browser.cs.old	2012-08-28 16:40:17.465205312 +0200
+++ docbrowser/browser.cs	2012-08-28 16:40:35.598305912 +0200
@@ -28,7 +28,7 @@ using OSXIntegration.Framework;
 namespace Monodoc {
 class Driver {
 	  
-	public static string[] engines = {"WebKit", "MonoWebBrowser", "Gecko", "GtkHtml"};
+	public static string[] engines = {"GtkHtml", "WebKit", "MonoWebBrowser", "Gecko"};
 	  
 	static int Main (string [] args)
 	{