From 955d55f6e65caa6565a64c5668dcb180e31a0fea Mon Sep 17 00:00:00 2001 From: Don Bright Date: Thu, 12 Sep 2013 20:22:01 -0500 Subject: cleanup diff --git a/src/mainwin.cc b/src/mainwin.cc index 7ada158..783772c 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -1829,7 +1829,7 @@ void MainWindow::helpLibrary() QString info( PlatformUtils::info().c_str() ); info += QString( qglview->getRendererInfo().c_str() ); if (!this->openglbox) { - this->openglbox = new QMessageBox(QMessageBox::Information, + this->openglbox = new QMessageBox(QMessageBox::Information, "OpenGL Info", "OpenSCAD Detailed Library and Build Information", QMessageBox::Ok, this); } -- cgit v0.10.1