aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-call-window.ui')
-rw-r--r--src/empathy-call-window.ui16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/empathy-call-window.ui b/src/empathy-call-window.ui
index d18260045..88127e1ad 100644
--- a/src/empathy-call-window.ui
+++ b/src/empathy-call-window.ui
@@ -18,6 +18,19 @@
</object>
</child>
<child>
+ <object class="GtkAction" id="edit">
+ <property name="name">edit</property>
+ <property name="label" translatable="yes">_Edit</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="menumicrophone">
+ <property name="label" translatable="yes">_Microphone</property>
+ <property name="name">menumicrophone</property>
+ <property name="icon_name">gnome-stock-mic</property>
+ </object>
+ </child>
+ <child>
<object class="GtkAction" id="view">
<property name="name">view</property>
<property name="label" translatable="yes">_View</property>
@@ -55,6 +68,9 @@
<menu action="call">
<menuitem action="menuhangup"/>
</menu>
+ <menu action="edit">
+ <menu action="menumicrophone"/>
+ </menu>
<menu action="view">
<menuitem action="menufullscreen"/>
</menu>