[Zash] Fix underline in some menus. Fixes #5575

This commit is contained in:
Yann Leboulanger 2010-01-24 20:00:46 +01:00
parent e462beba42
commit 69d53e0907
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@
<child>
<object class="GtkImageMenuItem" id="join_gc_menuitem">
<property name="label">Join _Group Chat...</property>
<property name="use_underline">True</property>
<property name="visible">True</property>
<property name="image">image3</property>
<property name="use_stock">False</property>
@ -68,6 +69,7 @@
<child>
<object class="GtkImageMenuItem" id="add_new_contact_menuitem">
<property name="label">Add _Contact...</property>
<property name="use_underline">True</property>
<property name="visible">True</property>
<property name="image">image4</property>
<property name="use_stock">False</property>