From: Brandon King Date: Tue, 17 Nov 2009 03:47:16 +0000 (-0800) Subject: Expanded the Table of Contents to a more useful default level. X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=65be62f2f84ae9706d7380cac748675848be7fb2 Expanded the Table of Contents to a more useful default level. --- diff --git a/qui/MussaWindow.cpp b/qui/MussaWindow.cpp index f302f8e..783f7e0 100644 --- a/qui/MussaWindow.cpp +++ b/qui/MussaWindow.cpp @@ -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