gui: add ellipsis for create room main menu item

ellipsis suggests that there will be a dialog before the action
This commit is contained in:
Nedko Arnaudov 2010-04-03 04:37:53 +03:00
parent 6f1ed0408b
commit 65d70978d2
1 changed files with 3 additions and 3 deletions

View File

@ -156,7 +156,7 @@
<object class="GtkMenu" id="room_menu">
<child>
<object class="GtkImageMenuItem" id="menu_item_create_room">
<property name="label">_Create Room</property>
<property name="label">_Create Room...</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="use_underline">True</property>
@ -258,8 +258,8 @@
<child>
<object class="GtkImageMenuItem" id="menu_item_jack_clear">
<property name="visible">True</property>
<property name="related_action">clear_xruns_and_max_dsp_load_action</property>
<property name="use_action_appearance">True</property>
<property name="related_action">clear_xruns_and_max_dsp_load_action</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
</object>
@ -406,8 +406,8 @@
<child>
<object class="GtkToolButton" id="clear_load_button">
<property name="visible">True</property>
<property name="related_action">clear_xruns_and_max_dsp_load_action</property>
<property name="use_action_appearance">True</property>
<property name="related_action">clear_xruns_and_max_dsp_load_action</property>
<property name="label" translatable="yes">Clear XRuns</property>
</object>
<packing>