From: Brandon King Date: Tue, 17 Nov 2009 23:54:49 +0000 (-0800) Subject: Apparently I lost a } in a Mac OS X specific section of the code. Sowwy. Fixed. X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=15e1618344491d9860923656fc16be15532223a6 Apparently I lost a } in a Mac OS X specific section of the code. Sowwy. Fixed. --- diff --git a/qui/MussaWindow.cpp b/qui/MussaWindow.cpp index 783f7e0..75da849 100644 --- a/qui/MussaWindow.cpp +++ b/qui/MussaWindow.cpp @@ -729,6 +729,7 @@ void MussaWindow::showManual() QMessageBox::Ok, QMessageBox::NoButton, QMessageBox::NoButton); + } #endif //QT_QTASSISTANT_FOUND }