summaryrefslogtreecommitdiffstats
path: root/src/client/toolbar/toolbar.cpp
diff options
context:
space:
mode:
authorManuel Schneider2014-04-29 20:39:09 +0200
committerManuel Schneider2014-04-29 20:39:09 +0200
commit03e3100c37fb9ce55ea63f74bec0b72acedf7ed0 (patch)
tree162276a7b7ca0ec8fd64ebc9792a1024bc385cbe /src/client/toolbar/toolbar.cpp
parentAdding comments for each method in the .cpp files and class definition in the... (diff)
downloadpvs2-03e3100c37fb9ce55ea63f74bec0b72acedf7ed0.tar.gz
pvs2-03e3100c37fb9ce55ea63f74bec0b72acedf7ed0.tar.xz
pvs2-03e3100c37fb9ce55ea63f74bec0b72acedf7ed0.zip
Increased the timeout for debugging purposes; Instruct vncserver to trasmit just
the primary desktop; Thumbnails just display the primary dektop
Diffstat (limited to 'src/client/toolbar/toolbar.cpp')
-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 f016680..34dafd5 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -35,7 +35,7 @@ void Toolbar::setupMenu()
{
_menu = new QMenu(this);
// setup actions
- _acnDisconnect = new QAction(tr("&Connect"), this);
+ _acnDisconnect = new QAction(tr("Set &session ID"), this);
//_acnDisconnect->setEnabled(false);
_acnQuit = new QAction(tr("&Quit"), this);