summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-05-02 11:15:46 +0200
committerChristoph Schulthess2017-05-02 11:15:46 +0200
commit9151247f8eb3f401aa38b99e6d08e9db1b2cf8a0 (patch)
tree01b401bcadabb03674d2670f6925215368ff1c35
parenttest (diff)
downloadpvs2-9151247f8eb3f401aa38b99e6d08e9db1b2cf8a0.tar.gz
pvs2-9151247f8eb3f401aa38b99e6d08e9db1b2cf8a0.tar.xz
pvs2-9151247f8eb3f401aa38b99e6d08e9db1b2cf8a0.zip
test
-rw-r--r--src/client/toolbar/toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index 5e90461..864df8a 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");
+ this->runDbg.start("xterm");
} else {
this->runDbg.terminate();
}