diff options
| author | Fabian Schillinger | 2010-11-05 11:14:22 +0100 |
|---|---|---|
| committer | Fabian Schillinger | 2010-11-05 11:14:22 +0100 |
| commit | ded15ea687403e165914b746e948bce2cc78bc57 (patch) | |
| tree | 351c2d2afddcfc47ae442b14e75ae98fc523db61 /src/gui/ui/mainwindow.ui | |
| parent | Merge branch 'master' of openslx.org:pvs (diff) | |
| download | pvs-ded15ea687403e165914b746e948bce2cc78bc57.tar.gz pvs-ded15ea687403e165914b746e948bce2cc78bc57.tar.xz pvs-ded15ea687403e165914b746e948bce2cc78bc57.zip | |
Process start/stop/view functionality
Cleanup
Diffstat (limited to 'src/gui/ui/mainwindow.ui')
| -rw-r--r-- | src/gui/ui/mainwindow.ui | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/ui/mainwindow.ui b/src/gui/ui/mainwindow.ui index d444092..a9d5cad 100644 --- a/src/gui/ui/mainwindow.ui +++ b/src/gui/ui/mainwindow.ui @@ -557,7 +557,7 @@ <string>showProcesses</string> </property> <property name="toolTip"> - <string>Show Processes of the selected Client</string> + <string>Show processes of all clients</string> </property> </action> <action name="actionStartProcess"> @@ -568,6 +568,9 @@ <property name="text"> <string>Start Process</string> </property> + <property name="toolTip"> + <string>Start process on the selected client(s)</string> + </property> </action> </widget> <layoutdefault spacing="6" margin="11"/> |
