/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to cmenu.ui

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2007-05-17 16:12:27 UTC
  • mto: This revision was merged to the branch mainline in revision 201.
  • Revision ID: szilveszter.farkas@gmail.com-20070517161227-9e37lj2rm2t0cwj6
Some small modifications to Branch, Checkout and Info to support remote branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    <popup name="context_right">
3
3
        <menuitem name="add" action="add" />
4
4
        <menuitem name="remove" action="remove" />
5
 
        <menuitem name="remove_and_delete" action="remove_and_delete" />
6
5
        <menuitem name="rename" action="rename" />
7
6
        <menuitem name="open" action="open" />
8
7
        <separator />
24
23
        <menuitem name="diff_selected" action="diff_selected" />
25
24
        <menuitem name="diff_all" action="diff_all" />
26
25
    </popup>
27
 
    <popup name="context_remote">
28
 
        <menuitem name="view_remote" action="view_remote" />
29
 
        <menuitem name="diff_remote" action="diff_remote" />
30
 
        <menuitem name="revert_remote" action="revert_remote" />
31
 
    </popup>
32
26
</ui>