diff options
author | Christoph Schulthess | 2017-04-24 14:40:06 +0200 |
---|---|---|
committer | Christoph Schulthess | 2017-04-24 14:40:06 +0200 |
commit | c05b4877b710d564ba54c2027ce9de6f7a0be702 (patch) | |
tree | 2b9d94dd0f9a114eb1d9289eb9a843ab196ac216 | |
parent | test (diff) | |
download | pvs2-c05b4877b710d564ba54c2027ce9de6f7a0be702.tar.gz pvs2-c05b4877b710d564ba54c2027ce9de6f7a0be702.tar.xz pvs2-c05b4877b710d564ba54c2027ce9de6f7a0be702.zip |
test
-rw-r--r-- | src/client/toolbar/toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp index 37cb023..8c78a59 100644 --- a/src/client/toolbar/toolbar.cpp +++ b/src/client/toolbar/toolbar.cpp @@ -501,7 +501,7 @@ void Toolbar::onBtnCustom() if (on) { _ui->btnCustom->setStyleSheet("background-color: red; color: white; font: bold"); _ui->btnCustom->setText("Debug mode: ON"); - this->runDbg.start("bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug_noxterm.sh"); + this->runDbg.start("/bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug_noxterm.sh"); } else { this->runDbg.close(); } |