aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.ui
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-16 02:48:19 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-17 18:38:49 +0800
commitc5b4c8eedb2f1f28cc8fedf21ceb42eadfcf1162 (patch)
tree0dde364dd17ff04eeee6d9ee329cfafbe70f0fb9 /src/empathy-main-window.ui
parent83d23c5c7c31616c36a2c1dd6f1cb422f5d4d36b (diff)
downloadgsoc2013-empathy-c5b4c8eedb2f1f28cc8fedf21ceb42eadfcf1162.tar
gsoc2013-empathy-c5b4c8eedb2f1f28cc8fedf21ceb42eadfcf1162.tar.gz
gsoc2013-empathy-c5b4c8eedb2f1f28cc8fedf21ceb42eadfcf1162.tar.bz2
gsoc2013-empathy-c5b4c8eedb2f1f28cc8fedf21ceb42eadfcf1162.tar.lz
gsoc2013-empathy-c5b4c8eedb2f1f28cc8fedf21ceb42eadfcf1162.tar.xz
gsoc2013-empathy-c5b4c8eedb2f1f28cc8fedf21ceb42eadfcf1162.tar.zst
gsoc2013-empathy-c5b4c8eedb2f1f28cc8fedf21ceb42eadfcf1162.zip
main-window: add "New Call" menu entry (#582599)
Diffstat (limited to 'src/empathy-main-window.ui')
-rw-r--r--src/empathy-main-window.ui9
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/>