X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=qui%2FMussaWindow.cpp;h=783f7e0101591f989ead6e343a0d633931c081ab;hp=f302f8e184d7b88a81d93f9e6908951db830c6dd;hb=65be62f2f84ae9706d7380cac748675848be7fb2;hpb=5348703c472dd5b342725fcaee5ef34e8e0b4f86 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