From 702b5903ef779326766f0aae68a416ba32492c52 Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Tue, 28 Sep 2010 13:34:02 +0200 Subject: [PATCH] debugger: set a real dialog title on breakpoint window Reviewed-by: Friedemann Kleint --- src/plugins/debugger/breakpoint.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/debugger/breakpoint.ui b/src/plugins/debugger/breakpoint.ui index e8932ce84cf..ce11c651925 100644 --- a/src/plugins/debugger/breakpoint.ui +++ b/src/plugins/debugger/breakpoint.ui @@ -6,12 +6,12 @@ <rect> <x>0</x> <y>0</y> - <width>382</width> + <width>558</width> <height>302</height> </rect> </property> <property name="windowTitle"> - <string>Dialog</string> + <string>Edit Breakpoint Properties</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> -- GitLab