diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-04-20 02:29:41 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-04-24 08:52:47 +0800 |
commit | 7e1d202225b540ed028343a5f882a2bb9c02f121 (patch) | |
tree | bc5ea161951f01aa41f6f6e71d270c5c1d3e0b88 /src/empathy-main-window.ui | |
parent | 56daa742534c8bac393b21ae204927d144307074 (diff) | |
download | gsoc2013-empathy-7e1d202225b540ed028343a5f882a2bb9c02f121.tar gsoc2013-empathy-7e1d202225b540ed028343a5f882a2bb9c02f121.tar.gz gsoc2013-empathy-7e1d202225b540ed028343a5f882a2bb9c02f121.tar.bz2 gsoc2013-empathy-7e1d202225b540ed028343a5f882a2bb9c02f121.tar.lz gsoc2013-empathy-7e1d202225b540ed028343a5f882a2bb9c02f121.tar.xz gsoc2013-empathy-7e1d202225b540ed028343a5f882a2bb9c02f121.tar.zst gsoc2013-empathy-7e1d202225b540ed028343a5f882a2bb9c02f121.zip |
Added Debug Window menu item.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src/empathy-main-window.ui')
-rw-r--r-- | src/empathy-main-window.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index cd45bc7d7..257b54164 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -120,6 +120,12 @@ <accelerator key="F1" modifiers=""/> </child> <child> + <object class="GtkAction" id="help_debug"> + <property name="name">help_debug</property> + <property name="label" translatable="yes">_Debug Window</property> + </object> + </child> + <child> <object class="GtkAction" id="help_about"> <property name="stock_id">gtk-about</property> <property name="name">help_about</property> @@ -156,6 +162,7 @@ </menu> <menu action="help"> <menuitem action="help_contents"/> + <menuitem action="help_debug"/> <menuitem action="help_about"/> </menu> </menubar> |