diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-12-09 12:04:07 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-12-09 12:04:07 +0100 |
| commit | 20726897eb54314e191623dd72d58472ab60176e (patch) | |
| tree | 227a198dc0629ad1815fc5d1bdd8b5a2782ef909 /lib | |
| parent | 6cab3200c281d8afd9209f835106e9ec73401018 (diff) | |
| download | abrt-20726897eb54314e191623dd72d58472ab60176e.tar.gz abrt-20726897eb54314e191623dd72d58472ab60176e.tar.xz abrt-20726897eb54314e191623dd72d58472ab60176e.zip | |
added link to bugzilla new account page to Bugzilla config dialog
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Plugins/Bugzilla.GTKBuilder | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/lib/Plugins/Bugzilla.GTKBuilder b/lib/Plugins/Bugzilla.GTKBuilder index b9f51cd..36efe34 100644 --- a/lib/Plugins/Bugzilla.GTKBuilder +++ b/lib/Plugins/Bugzilla.GTKBuilder @@ -162,13 +162,24 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Don't have an account yet? You can <a href="https://bugzilla.redhat.com/createaccount.cgi">register here</a>.</property> + <property name="use_markup">True</property> + </object> + <packing> + <property name="position">2</property> + </packing> + </child> <child internal-child="action_area"> <object class="GtkHButtonBox" id="dialog-action_area1"> <property name="visible">True</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="bApply"> - <property name="label" translatable="yes">gtk-apply</property> + <property name="label">gtk-apply</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -182,7 +193,7 @@ </child> <child> <object class="GtkButton" id="button2"> - <property name="label" translatable="yes">gtk-cancel</property> + <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |
