diff options
Diffstat (limited to 'src/empathy-main-window.ui')
-rw-r--r-- | src/empathy-main-window.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index b74f4acb9..1e6ecce17 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -19,6 +19,14 @@ <accelerator key="N" modifiers="GDK_CONTROL_MASK"/> </child> <child> + <object class="GtkAction" id="chat_new_call"> + <property name="icon-name">audio-input-microphone</property> + <property name="name">chat_new_call</property> + <property name="label" translatable="yes">New _Call...</property> + </object> + <accelerator key="M" modifiers="GDK_CONTROL_MASK"/> + </child> + <child> <object class="GtkAction" id="view_history"> <property name="icon-name">document-open-recent</property> <property name="name">view_history</property> @@ -212,6 +220,7 @@ <menubar name="menubar"> <menu action="chat"> <menuitem action="chat_new_message"/> + <menuitem action="chat_new_call"/> <separator/> <menuitem action="chat_add_contact"/> <separator/> |