diff options
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-icq.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-icq.ui | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-account-widget-icq.ui b/libempathy-gtk/empathy-account-widget-icq.ui index 7c6ab42b2..5eab0b75b 100644 --- a/libempathy-gtk/empathy-account-widget-icq.ui +++ b/libempathy-gtk/empathy-account-widget-icq.ui @@ -205,8 +205,10 @@ <child type="label"> <object class="GtkLabel" id="label1"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Advanced</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Advanced</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> |