diff options
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r-- | shell/e-shell-view-menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 8d943fadd0..e551e8ce3f 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -435,7 +435,7 @@ menu_do_misc (BonoboUIComponent *component, component, "HelpAbout", (BonoboUIVerbFn) command_about_box, shell_view); bonobo_ui_component_add_verb ( - component, "DumpXML", + component, "DebugDumpXml", (BonoboUIVerbFn) command_xml_dump, shell_view); } |