forked from qt-creator/qt-creator
Debugger: Remove linebreak in warning message.
QMessageBox does line wrapping automatically. Change-Id: I899cc9f99e172423b58874216c83591c10264f6e Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -864,7 +864,7 @@ void BreakTreeView::deleteAllBreakpoints()
|
||||
{
|
||||
if (QMessageBox::warning(debuggerCore()->mainWindow(),
|
||||
tr("Remove All Breakpoints"),
|
||||
tr("Are you sure you want to remove all breakpoints\n"
|
||||
tr("Are you sure you want to remove all breakpoints "
|
||||
"from all files in the current session?"),
|
||||
QMessageBox::Yes|QMessageBox::No) == QMessageBox::Yes)
|
||||
deleteBreakpoints(breakHandler()->allBreakpointIds());
|
||||
|
||||
Reference in New Issue
Block a user