Author: miguel
Date: 2005-05-12 17:24:18 -0400 (Thu, 12 May 2005)
New Revision: 44471

Modified:
   trunk/mono-tools/docbrowser/browser.cs
Log:
Update

Modified: trunk/mono-tools/docbrowser/browser.cs
===================================================================
--- trunk/mono-tools/docbrowser/browser.cs      2005-05-12 21:20:56 UTC (rev 
44470)
+++ trunk/mono-tools/docbrowser/browser.cs      2005-05-12 21:24:18 UTC (rev 
44471)
@@ -1543,7 +1543,7 @@
                IndexReader ir = browser.help_tree.GetIndex ();
                if (ir == null){
                        Gtk.Label l = new Gtk.Label ("<b>No index 
found</b>\n\n" +
-                                            "run:\n\n    monodoc 
--make-index\n\nto create the index");
+                                            "as root, run:\n\n    monodoc 
--make-index\n\nto create the index");
                        l.UseMarkup = true;
                        l.Show ();
                        browser.search_box.PackStart (l);

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to