From 615f7900d3e85e3ae118a853d8cacb91b14080b7 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Mon, 10 Sep 2012 15:47:47 +0200 Subject: Removed pointless numerus form Change-Id: Ia40a01f985499389c04307336d6f480d3c1788a9 Reviewed-by: hjk --- src/plugins/debugger/breakwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/debugger/breakwindow.cpp b/src/plugins/debugger/breakwindow.cpp index 83ca9bf359..877c057566 100644 --- a/src/plugins/debugger/breakwindow.cpp +++ b/src/plugins/debugger/breakwindow.cpp @@ -151,7 +151,7 @@ BreakpointDialog::BreakpointDialog(BreakpointModelId id, QWidget *parent) : QDialog(parent), m_enabledParts(~0), m_previousType(UnknownType), m_firstTypeChange(true) { - setWindowTitle(tr("Edit Breakpoint Properties", 0, QApplication::UnicodeUTF8)); + setWindowTitle(tr("Edit Breakpoint Properties")); QGroupBox *groupBoxBasic = new QGroupBox(tr("Basic"), this); -- cgit v1.2.3