/usr/share/kde4/apps/khelpcenter/khelpcenterui.rc is in khelpcenter4 4:4.8.5-0ubuntu0.3.
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 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="khelpcenter" version="17">
<MenuBar>
<Menu name="edit" noMerge="1">
<text>&Edit</text>
<Action name="copy_text" />
<Separator />
<Action name="selectAll" />
<Separator />
<Action name="find" />
</Menu>
<Menu name="view" noMerge="1">
<text>&View</text>
<Action name="viewDocumentSource" />
<Action name="setEncoding" />
</Menu>
<Menu name="go">
<text>&Go</text>
<Action name="prevPage" />
<Action name="nextPage" />
<Separator />
<Action name="back" />
<Action name="forward" />
<!--
<Separator />
<Action name="lastsearch" />
-->
</Menu>
<Menu name="settings">
<Action name="configure_fonts" append="save_merge"/>
</Menu>
</MenuBar>
<ToolBar name="mainToolBar" noMerge="1">
<text>Main Toolbar</text>
<Action name="go_home" />
<Action name="back" />
<Action name="forward" />
<Separator />
<Action name="copy_text" />
<Action name="find" />
<Separator />
<Action name="incFontSizes" />
<Action name="decFontSizes" />
</ToolBar>
</kpartgui>
|