~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to vcs/cvsservice/kdevcvsservicepart.rc

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
 
2
<kpartgui name="KDevCvsServicePart" version="2">
 
3
<MenuBar>
 
4
    <Menu name="tools">
 
5
        <Menu name="version_control">
 
6
            <Text>&amp;Version Control</Text>
 
7
            <Merge />
 
8
            <Menu name="version_control_tools_cvsservice" group="tools_project_operations">
 
9
                <Text>&amp;CVS Service</Text>
 
10
                <Action name="cvsservice_commit" />
 
11
                <Action name="cvsservice_diff" />
 
12
                <Action name="cvsservice_log" />
 
13
                <Action name="cvsservice_annotate" />
 
14
                <Action name="cvsservice_editors" />
 
15
                <Action name="cvsservice_edit" />
 
16
                <Action name="cvsservice_unedit" />
 
17
                <Action name="cvsservice_add" />
 
18
                <Action name="cvsservice_add_bin" />
 
19
                <Action name="cvsservice_remove" />
 
20
                <Separator />
 
21
                <Action name="cvsservice_tag" />
 
22
                <Action name="cvsservice_untag" />
 
23
                <Action name="cvsservice_update" />
 
24
                <Action name="cvsservice_removesticky" />
 
25
                <Separator />
 
26
                <Action name="cvsservice_ignore" />
 
27
                <Action name="cvsservice_donot_ignore" />
 
28
                <Separator />
 
29
                <Action name="cvsservice_login" />
 
30
                <Action name="cvsservice_logout" />
 
31
            </Menu>
 
32
        </Menu>
 
33
    </Menu>
 
34
</MenuBar>
 
35
</kpartgui>
 
36