/usr/share/gnome-2.0/ui/bonobo-browser.xml is in libbonoboui2-bin 2.24.5-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <Root>
<commands>
<cmd name="FileNewWindow" stockid="gtk-new" _tip="Open a new window"/>
<cmd name="FileClose" stockid="gtk-close" _tip="Close the current window"/>
<cmd name="HelpAbout" stockid="gtk-about" _tip="About this program..."/>
</commands>
<menu>
<submenu name="File" _label="_File">
<menuitem name="FileNewWindow" verb=""/>
<separator/>
<menuitem name="FileClose" verb=""/>
</submenu>
<submenu name="Help" _label="_Help">
<menuitem name="HelpAbout" verb=""/>
</submenu>
</menu>
</Root>
|