forked from qt-creator/qt-creator
Debugger: Don't use tooltips as labels.
They might be too long... Change-Id: Ie3f09c6befbbd037ada86d22bda765524de9c18c Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -70,7 +70,7 @@ CommonOptionsPageWidget::CommonOptionsPageWidget
|
||||
|
||||
checkBoxCloseBuffersOnExit = new QCheckBox(behaviorBox);
|
||||
checkBoxCloseBuffersOnExit->setText(tr("Close temporary views on debugger exit"));
|
||||
checkBoxCloseBuffersOnExit->setText(tr("Stopping and stepping in the debugger "
|
||||
checkBoxCloseBuffersOnExit->setToolTip(tr("Stopping and stepping in the debugger "
|
||||
"will automatically open source or disassembler views associated with the "
|
||||
"current location. Select this option to automatically close them when "
|
||||
"the debugger exits."));
|
||||
|
||||
Reference in New Issue
Block a user