Expanded the Table of Contents to a more useful default level.
authorBrandon King <kingb@caltech.edu>
Tue, 17 Nov 2009 03:47:16 +0000 (19:47 -0800)
committerBrandon King <kingb@caltech.edu>
Tue, 17 Nov 2009 03:47:16 +0000 (19:47 -0800)
qui/MussaWindow.cpp

index f302f8e184d7b88a81d93f9e6908951db830c6dd..783f7e0101591f989ead6e343a0d633931c081ab 100644 (file)
@@ -716,7 +716,8 @@ void MussaWindow::showManual()
 
   // show index page
   QTextStream str(assistantProcess);
-  str << QLatin1String("SetSource qthelp://edu.caltech.woldlab.mussagl.1_0_0/doc/mussagl_manual.html")
+  str << QLatin1String("SetSource qthelp://edu.caltech.woldlab.mussagl.1_0_0/doc/mussagl_manual.html;")
+      << QLatin1String("expandToc 0")
       << QLatin1Char('\0') << endl;
 
 #else