[vidalia/alpha] Fixes wrong label naming

commit 32e4b2eb6d891e6462808dd421329d7e366b1c2e Author: Tomas Touceda <chiiph@gentoo.org> Date: Sat Apr 30 01:05:54 2011 -0300 Fixes wrong label naming --- src/crashreporter/CrashReportDialog.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/crashreporter/CrashReportDialog.ui b/src/crashreporter/CrashReportDialog.ui index ae3faac..a4be3e5 100644 --- a/src/crashreporter/CrashReportDialog.ui +++ b/src/crashreporter/CrashReportDialog.ui @@ -49,7 +49,7 @@ </widget> </item> <item row="7" column="0" colspan="2"> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="lblLink"> <property name="text"> <string><a href="https://trac.torproject.org/projects/tor/newticket">https://trac.torproject.org/projects/tor/newticket</a></string> </property>
participants (1)
-
chiiph@torproject.org