diff options
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r-- | src/mainwin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 89e39a1..edd534f 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -1747,7 +1747,7 @@ void MainWindow::helpLibrary() if (!this->openglbox) { this->openglbox = new QMessageBox(QMessageBox::Information, - "OpenGL Info", "Detailed Library Info", + "OpenGL Info", "OpenSCAD Detailed Library Info ", QMessageBox::Ok, this); this->openglbox->setMinimumSize( QSize(400,200) ); } |