summaryrefslogtreecommitdiffstats
path: root/sample_configuration
diff options
context:
space:
mode:
authorSimon Rettberg2017-12-05 11:29:26 +0100
committerSimon Rettberg2017-12-05 11:29:26 +0100
commitc3c7d5748578d268ae2b8cc076bc5a87479fc768 (patch)
treea885ecf8bb07c39cdb3db5690db2418fca58ac80 /sample_configuration
parent[client] Fix deletion of QThread while still running (diff)
downloadpvs2-c3c7d5748578d268ae2b8cc076bc5a87479fc768.tar.gz
pvs2-c3c7d5748578d268ae2b8cc076bc5a87479fc768.tar.xz
pvs2-c3c7d5748578d268ae2b8cc076bc5a87479fc768.zip
Fix translations on Qt5
Diffstat (limited to 'sample_configuration')
-rwxr-xr-xsample_configuration/switchToManager.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample_configuration/switchToManager.sh b/sample_configuration/switchToManager.sh
index 84f3c37..40d863c 100755
--- a/sample_configuration/switchToManager.sh
+++ b/sample_configuration/switchToManager.sh
@@ -7,7 +7,7 @@ for window in $WINDOWS; do
done
# move PVS-Manager to workspace 1 and focus it
-wt="PVS2-Manager"
+wt="PVS2 Manager"
wmctrl -r "$wt" -t 1
wmctrl -s 1
wmctrl -a "$wt"