summaryrefslogtreecommitdiff
path: root/src/mainwin.cc
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2013-09-13 01:07:59 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2013-09-13 01:07:59 (GMT)
commit8a421584859ddd1347b2916601547e4ba993e5ed (patch)
treebb1d15b8e2445416152559c7d63aa7313d27a9a6 /src/mainwin.cc
parent30fd8b250af29c16dc25013b4aceb91cf51a7432 (diff)
cleanups, tab fixes, remove redundant code
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