File: filediff-ui.xml

package info (click to toggle)
meld 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,040 kB
  • ctags: 1,123
  • sloc: python: 7,247; xml: 1,108; makefile: 241
file content (40 lines) | stat: -rw-r--r-- 1,008 bytes parent folder | download
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
<ui>
  <toolbar name="Toolbar">
    <placeholder name="GeneralActions">
      <toolitem action="Save"/>
      <toolitem action="Undo"/>
      <toolitem action="Redo"/>
    </placeholder>
  </toolbar>

  <menubar name="Menubar">
    <menu action="ChangesMenu">
      <placeholder name="ChangesActions">
        <menuitem action="PushLeft"/>
        <menuitem action="PushRight"/>
        <menuitem action="PullLeft"/>
        <menuitem action="PullRight"/>
        <menuitem action="Delete"/>
        <separator/>
        <menuitem action="MergeFromLeft"/>
        <menuitem action="MergeFromRight"/>
        <menuitem action="MergeAll"/>
      </placeholder>
    </menu>
  </menubar>

  <popup name="Popup">
    <menuitem action="Save" />
    <menuitem action="SaveAs" />
    <separator/>
    <menuitem action="CreatePatch" />
    <separator/>
    <menuitem action="Cut" />
    <menuitem action="Copy" />
    <menuitem action="Paste" />
    <separator/>
    <menuitem action="FileOpen" />
  </popup>

</ui>