diff options
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> |