blob: 377c1eaf0915b84ec7e288a1d902846600b18523 (
plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui version="6" name="tdesvn" >
<MenuBar>
<Menu noMerge="1" name="file"><text>&File</text>
<Action name="file_open"/>
<Action name="file_open_recent"/>
<Action name="file_new"/>
<Separator/>
<Menu name="subversion_admin" noMerge="1">
<text>Subversion Admin</text>
<Action name="subversion_create_repo"/>
<Action name="subversion_dump_repo"/>
<Action name="subversion_hotcopy_repo"/>
<Action name="subversion_load_repo"/>
<Merge/>
</Menu>
<Separator/>
<Merge/>
<Action name="file_close"/>
<Separator/>
<Action name="file_quit"/>
</Menu>
<Action name="bookmarks" />
<Menu noMerge="1" name="subversion_main" >
<text>Subversion</text>
<Merge/>
<Action name="tdesvn_ssh_add"/>
</Menu>
<Menu noMerge="1" name="settings">
<text>&Settings</text>
<Action name="options_show_toolbar"/>
<Action name="options_show_statusbar"/>
<Separator />
<Action name="toggle_load_last_url" />
<Action name="show_merge" />
<Separator />
<Action name="options_configure_keybinding"/>
<Action name="options_configure_toolbars"/>
<Merge name="configure_merge"/>
<Separator/>
<Merge/>
</Menu>
<Menu noMerge="0" name="help">
<text>&Help</text>
<Merge/>
<Action name="help_about_tdesvnpart"/>
</Menu>
</MenuBar>
<ToolBar name="subversionToolBar" noMerge="1">
<text>Subversion toolbar</text>
<Merge/>
</ToolBar>
<ToolBar noMerge="1" name="mainToolBar" >
<text>Main Toolbar</text>
<Action name="file_open" />
<Merge/>
<Action name="file_close"/>
<Action name="help" />
</ToolBar>
</kpartgui>
|