~neon/kompare/master

« back to all changes in this revision

Viewing changes to src/app/kompareui.rc

  • Committer: Friedrich W. H. Kossebau
  • Date: 2020-11-13 21:43:33 UTC
  • Revision ID: git-v1:79fce0df862602a8e2790d7d14f4037744a006f6
Reorganize sources into src/ subfolder

NO_CHANGELOG

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
 
2
<gui name="kompare_shell" version="9">
 
3
<MenuBar>
 
4
  <Menu noMerge="1" name="file"><text>&amp;File</text>
 
5
    <Action name="file_open"/>
 
6
    <Action name="file_compare_files"/>
 
7
    <Action name="file_blend_url"/>
 
8
    <Separator/>
 
9
    <Merge/>
 
10
    <Separator/>
 
11
    <Action name="file_quit"/>
 
12
  </Menu>
 
13
  <Merge/>
 
14
  <Menu noMerge="1" name="settings"><text>&amp;Settings</text>
 
15
    <Merge name="StandardToolBarMenuHandler" />
 
16
    <Action name="options_show_toolbar"/>
 
17
    <Action name="options_show_statusbar"/>
 
18
    <Action name="options_show_text_view"/>
 
19
    <Merge name="show_merge"/>
 
20
    <Separator/>
 
21
    <Action name="options_configure_keybinding"/>
 
22
    <Action name="options_configure_toolbars"/>
 
23
    <Merge name="configure_merge"/>
 
24
    <Merge/>
 
25
  </Menu>
 
26
</MenuBar>
 
27
<ToolBar noMerge="1" name="mainToolBar"><text>Main Toolbar</text>
 
28
  <Action name="file_compare_files"/>
 
29
  <Separator/>
 
30
  <Merge/>
 
31
  <Action name="help"/>
 
32
</ToolBar>
 
33
</gui>