From d64a03d2a9653756aad322c71209254e7f21ff5d Mon Sep 17 00:00:00 2001 From: Don Bright Date: Tue, 5 Jul 2011 18:48:07 -0500 Subject: cleanup diff --git a/src/mainwin.cc b/src/mainwin.cc index 5adff8b..0492dac 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -337,6 +337,7 @@ MainWindow::MainWindow(const QString &filename) connect(this->helpActionHomepage, SIGNAL(triggered()), this, SLOT(helpHomepage())); connect(this->helpActionManual, SIGNAL(triggered()), this, SLOT(helpManual())); + console->setReadOnly(true); setCurrentOutput(); -- cgit v0.10.1