summaryrefslogtreecommitdiff
path: root/src/mainwin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r--src/mainwin.cc10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc
index 3104ed3..7bcf926 100644
--- a/src/mainwin.cc
+++ b/src/mainwin.cc
@@ -1826,14 +1826,12 @@ MainWindow::helpManual()
void MainWindow::helpLibrary()
{
- std::string basicinfo = PlatformUtils::info();
- QString info( basicinfo.c_str() );
- info += QString(qglview->getRendererInfo().c_str());
-
+ QString info( PlatformUtils::info().c_str() );
+ 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();
contact: Jan Huwald // Impressum