summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-04-24 14:40:06 +0200
committerChristoph Schulthess2017-04-24 14:40:06 +0200
commitc05b4877b710d564ba54c2027ce9de6f7a0be702 (patch)
tree2b9d94dd0f9a114eb1d9289eb9a843ab196ac216
parenttest (diff)
downloadpvs2-c05b4877b710d564ba54c2027ce9de6f7a0be702.tar.gz
pvs2-c05b4877b710d564ba54c2027ce9de6f7a0be702.tar.xz
pvs2-c05b4877b710d564ba54c2027ce9de6f7a0be702.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 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();
}