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 d0460e621..f914979f6 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -139,6 +139,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</property> + </object> + </child> + <child> <object class="GtkAction" id="help_about"> <property name="stock_id">gtk-about</property> <property name="name">help_about</property> @@ -179,6 +185,7 @@ </menu> <menu action="help"> <menuitem action="help_contents"/> + <menuitem action="help_debug"/> <menuitem action="help_about"/> </menu> </menubar> |