Index: /trunk/BNC/bnctabledlg.cpp
===================================================================
--- /trunk/BNC/bnctabledlg.cpp	(revision 400)
+++ /trunk/BNC/bnctabledlg.cpp	(revision 401)
@@ -90,5 +90,5 @@
   //  connect(_buttonSkl, SIGNAL(clicked()), this, SLOT(slotSkl()));
 
-  _buttonWhatsThis = new QPushButton(tr("What's this?"), this);
+  _buttonWhatsThis = new QPushButton(tr("What's this? Shift+F1"), this);
   connect(_buttonWhatsThis, SIGNAL(clicked()), this, SLOT(slotWhatsThis()));
 
Index: /trunk/BNC/bncwindow.cpp
===================================================================
--- /trunk/BNC/bncwindow.cpp	(revision 400)
+++ /trunk/BNC/bncwindow.cpp	(revision 401)
@@ -94,5 +94,5 @@
   _actStop->setEnabled(false);
 
-  _actwhatsthis= new QAction(tr("What's this?"),this);
+  _actwhatsthis= new QAction(tr("What's this? Shift+F1"),this);
   connect(_actwhatsthis, SIGNAL(triggered()), SLOT(slotWhatsThis()));
 
