/usr/share/kde4/apps/parley/statisticsui.rc is in parley-data 4:4.8.4-1.
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 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<gui name="statistics" version="4">
<MenuBar>
<Menu name="file" >
<text>&File</text>
<Action name="document_edit" />
<Action name="file_close" />
</Menu>
<Menu name="learning" >
<text>&Practice</text>
<Action name="practice_configure" />
<Action name="practice_start" />
</Menu>
</MenuBar>
<ToolBar name="statisticsToolBar" >
<text>Statistics Toolbar</text>
<Action name="document_edit" />
<Action name="practice_configure" group="practice" />
<Action name="practice_start" group="practice" />
</ToolBar>
</gui>
|