summaryrefslogtreecommitdiff
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.ui17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/empathy-call-window.ui b/src/empathy-call-window.ui
index a66a05825..f26f33b49 100644
--- a/src/empathy-call-window.ui
+++ b/src/empathy-call-window.ui
@@ -71,6 +71,18 @@
</object>
</child>
<child>
+ <object class="GtkAction" id="menudebuggst">
+ <property name="name">menudebuggst</property>
+ <property name="label" translatable="yes">_GStreamer</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="menudebugtp">
+ <property name="name">menudebugtp</property>
+ <property name="label" translatable="yes">_Telepathy</property>
+ </object>
+ </child>
+ <child>
<object class="GtkAction" id="menuabout">
<property name="stock_id">gtk-about</property>
<property name="name">menuabout</property>
@@ -114,7 +126,10 @@
</menu>
<menu action="help">
<menuitem name="menucontents" action="menucontents"/>
- <menuitem name="menudebug" action="menudebug"/>
+ <menu name="menudebug" action="menudebug">
+ <menuitem action="menudebuggst"/>
+ <menuitem action="menudebugtp"/>
+ </menu>
<menuitem name="menuabout" action="menuabout"/>
</menu>
</menubar>