Gdb: Fix label in AttachCoreDialog

Change-Id: I32c7c2ce1e4c887638ca2b5c716c3b812b057913
Reviewed-on: http://codereview.qt-project.org/6437
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Kai Koehne
2011-10-11 12:36:01 +02:00
committed by hjk
parent a1ebdb9daf
commit 785bcdbee8

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>246</width>
<height>147</height>
<height>183</height>
</rect>
</property>
<property name="windowTitle">
@@ -73,7 +73,10 @@
<item row="3" column="0">
<widget class="QLabel" name="sysrootLabel">
<property name="text">
<string>Sysroot</string>
<string>Sys&amp;root:</string>
</property>
<property name="buddy">
<cstring>sysrootPathChooser</cstring>
</property>
</widget>
</item>