From 65be62f2f84ae9706d7380cac748675848be7fb2 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Mon, 16 Nov 2009 19:47:16 -0800 Subject: [PATCH] Expanded the Table of Contents to a more useful default level. --- qui/MussaWindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2