From 7860b3c56a3b388bcc1dd2bce2542e9911c5eefe Mon Sep 17 00:00:00 2001 From: Christoph Schulthess Date: Tue, 2 May 2017 11:09:32 +0200 Subject: test --- src/client/toolbar/toolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp index c6de504..205f5c2 100644 --- a/src/client/toolbar/toolbar.cpp +++ b/src/client/toolbar/toolbar.cpp @@ -502,7 +502,7 @@ void Toolbar::onBtnCustom() const bool on = _ui->btnCustom->isChecked(); if (on) { //this->runDbg.start("/bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug_noxterm.sh"); - this->runDbg.start("/bin/sh", QStringList() << "xterm" << "-h") + this->runDbg.start("/bin/sh", QStringList() << "xterm" << "-h"); } else { this->runDbg.terminate(); } -- cgit v1.2.3-55-g7522