diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-09-13 01:20:15 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-09-13 01:20:15 (GMT) |
commit | 3464d2028ada79401b063fbde614a73f25ea41cf (patch) | |
tree | 3d6c8452ee7b84148c8cb5298344b9855362a10f /src/mainwin.cc | |
parent | dd3ba6d805839058f640497c4775d1c1d0fc40d9 (diff) |
cleanup
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 9be1288..783772c 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(); |