Skip to content

Commit fce7912

Browse files
committed
whatsthis and tooltips on notification daemon in preferences
1 parent d6673f1 commit fce7912

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

apps/cmstapp/code/control_box/controlbox.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,8 +2234,7 @@ void ControlBox::connectNotifyClient()
22342234
.arg(notifyclient->getServerSpecVersion() );
22352235
ui.label_serverstatus->clear();
22362236
ui.label_serverstatus->setDisabled(true);
2237-
ui.groupBox_notifications->setToolTip(tr("%1 detected").arg(name) );
2238-
ui.groupBox_notifications->setWhatsThis(lab);
2237+
ui.groupBox_notifications->setToolTip(lab);
22392238
}
22402239
// not successful, try again or abandon if counter is at limit
22412240
else {

apps/resource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ DEALINGS IN THE SOFTWARE.
3535
///////////////////////////////// Program Values ///////////////////////
3636
//
3737
// Program Info (may be visible, but don't mark for tranalation)
38-
#define VERSION "2015.09.21-1"
38+
#define VERSION "2015.09.21-2"
3939
#define RELEASE_DATE "1 March 2015"
4040
#define COPYRIGHT_DATE "2013-2015"
4141

0 commit comments

Comments
 (0)