diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-09-13 01:17:02 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-09-13 01:17:02 (GMT) |
commit | dd3ba6d805839058f640497c4775d1c1d0fc40d9 (patch) | |
tree | cdac0f3d2959c7a2d670c25ff4f1ca11381e52a4 /src/mainwin.cc | |
parent | 8a421584859ddd1347b2916601547e4ba993e5ed (diff) |
cleanup, remove unused files and code, etc
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r-- | src/mainwin.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 7bcf926..9be1288 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -1830,8 +1830,8 @@ void MainWindow::helpLibrary() info += QString( qglview->getRendererInfo().c_str() ); if (!this->openglbox) { this->openglbox = new QMessageBox(QMessageBox::Information, - "OpenGL Info", "OpenSCAD Detailed Library and Build Information", - QMessageBox::Ok, this); + "OpenGL Info", "OpenSCAD Detailed Library and Build Information", + QMessageBox::Ok, this); } this->openglbox->setDetailedText( info ); this->openglbox->show(); |