mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
34 lines
991 B
Text
34 lines
991 B
Text
![]() |
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
||
|
<kpartgui name="kompare_shell" version="9">
|
||
|
<MenuBar>
|
||
|
<Menu noMerge="1" name="file"><text>&File</text>
|
||
|
<Action name="file_open"/>
|
||
|
<Action name="file_compare_files"/>
|
||
|
<Action name="file_blend_url"/>
|
||
|
<Separator/>
|
||
|
<Merge/>
|
||
|
<Separator/>
|
||
|
<Action name="file_quit"/>
|
||
|
</Menu>
|
||
|
<Merge/>
|
||
|
<Menu noMerge="1" name="settings"><text>&Settings</text>
|
||
|
<Merge name="StandardToolBarMenuHandler" />
|
||
|
<Action name="options_show_toolbar"/>
|
||
|
<Action name="options_show_statusbar"/>
|
||
|
<Action name="options_show_text_view"/>
|
||
|
<Merge name="show_merge"/>
|
||
|
<Separator/>
|
||
|
<Action name="options_configure_keybinding"/>
|
||
|
<Action name="options_configure_toolbars"/>
|
||
|
<Merge name="configure_merge"/>
|
||
|
<Merge/>
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
<ToolBar noMerge="1" name="mainToolBar"><text>Main Toolbar</text>
|
||
|
<Action name="file_compare_files"/>
|
||
|
<Separator/>
|
||
|
<Merge/>
|
||
|
<Action name="help"/>
|
||
|
</ToolBar>
|
||
|
</kpartgui>
|