diff options
author | Simon Rettberg | 2017-12-05 11:29:26 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-12-05 11:29:26 +0100 |
commit | c3c7d5748578d268ae2b8cc076bc5a87479fc768 (patch) | |
tree | a885ecf8bb07c39cdb3db5690db2418fca58ac80 /sample_configuration | |
parent | [client] Fix deletion of QThread while still running (diff) | |
download | pvs2-c3c7d5748578d268ae2b8cc076bc5a87479fc768.tar.gz pvs2-c3c7d5748578d268ae2b8cc076bc5a87479fc768.tar.xz pvs2-c3c7d5748578d268ae2b8cc076bc5a87479fc768.zip |
Fix translations on Qt5
Diffstat (limited to 'sample_configuration')
-rwxr-xr-x | sample_configuration/switchToManager.sh | 2 |
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" |