re-add missing ... in menus. Fixes #7519

This commit is contained in:
Yann Leboulanger 2013-10-30 21:33:31 +01:00
parent 2f89228de8
commit 22ea7bfcb8
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@
<property name="can_focus">False</property>
<child>
<object class="GtkImageMenuItem" id="new_chat_menuitem">
<property name="label" translatable="yes">_Start Chat</property>
<property name="label" translatable="yes">_Start Chat...</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_underline">True</property>

View File

@ -15,7 +15,7 @@
</child>
<child>
<object class="GtkImageMenuItem" id="chat_with_menuitem">
<property name="label" translatable="yes">_Start Chat</property>
<property name="label" translatable="yes">_Start Chat...</property>
<property name="visible">True</property>
<property name="use_underline">True</property>
<property name="image">image2</property>