diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-18 21:58:27 +0100 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-18 21:58:27 +0100 |
commit | 7c3acc81d9a4f83e8252779fa96703e1a72dd3db (patch) | |
tree | 80984e5f49c8b4cfcf48e6c7dda932b454919815 /lib/Plugins | |
parent | d519f44b57efa37b14a4df0b08974987ad42f350 (diff) | |
download | abrt-7c3acc81d9a4f83e8252779fa96703e1a72dd3db.tar.gz abrt-7c3acc81d9a4f83e8252779fa96703e1a72dd3db.tar.xz abrt-7c3acc81d9a4f83e8252779fa96703e1a72dd3db.zip |
made bugzilla url copyable
Diffstat (limited to 'lib/Plugins')
-rw-r--r-- | lib/Plugins/Bugzilla.GTKBuilder | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/lib/Plugins/Bugzilla.GTKBuilder b/lib/Plugins/Bugzilla.GTKBuilder index 95abb71a..27af8689 100644 --- a/lib/Plugins/Bugzilla.GTKBuilder +++ b/lib/Plugins/Bugzilla.GTKBuilder @@ -163,11 +163,32 @@ </packing> </child> <child> - <object class="GtkLabel" id="label1"> + <object class="GtkHBox" id="hbox1"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="label" translatable="yes">Don't have an account yet? You can register at https://bugzilla.redhat.com/createaccount.cgi</property> - <property name="use_markup">True</property> + <child> + <object class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="xalign">0</property> + <property name="yalign">0</property> + <property name="label" translatable="yes">Don't have an account yet? You can register at</property> + <property name="use_markup">True</property> + </object> + <packing> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label4"> + <property name="visible">True</property> + <property name="xpad">5</property> + <property name="label" translatable="yes">https://bugzilla.redhat.com/createaccount.cgi</property> + <property name="selectable">True</property> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> </object> <packing> <property name="position">2</property> |