Apparently I lost a } in a Mac OS X specific section of the code. Sowwy. Fixed.
[mussa.git] / qui / MussaWindow.cpp
index f302f8e184d7b88a81d93f9e6908951db830c6dd..75da849d591416a25371c980e9454b8c46e737af 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
@@ -728,6 +729,7 @@ void MussaWindow::showManual()
                          QMessageBox::Ok,
                          QMessageBox::NoButton,
                          QMessageBox::NoButton);
+  }
 #endif //QT_QTASSISTANT_FOUND
 }