summaryrefslogtreecommitdiff
path: root/src/mainwin.cc
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2013-09-13 01:21:17 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2013-09-13 01:21:17 (GMT)
commita7805f1e45143ca64665c5f4ec92b99c6dbaa41a (patch)
tree48514b83254a0a1914a4bb85f705134473a1d4dc /src/mainwin.cc
parent3464d2028ada79401b063fbde614a73f25ea41cf (diff)
clean
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r--src/mainwin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc
index 783772c..7ada158 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);
}
contact: Jan Huwald // Impressum