blob: 6ac7bb4c3a6cc0bb2017d77cb95f60df410e1776 (
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
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="Rosegarden::MidiMixer" version="1230">
<MenuBar>
<Menu name="Transport">
<text>T&ransport</text>
<Action name="play" />
<Action name="stop" />
<Action name="playback_pointer_back_bar" />
<Action name="playback_pointer_forward_bar" />
<Action name="playback_pointer_start" />
<Action name="playback_pointer_end" />
<Action name="record" />
<Action name="panic" />
</Menu>
</MenuBar>
<ToolBar name="Transport Toolbar">
<text>Transport Toolbar</text>
<Action name="playback_pointer_start" />
<Action name="playback_pointer_back_bar" />
<Action name="play" />
<Action name="playback_pointer_forward_bar" />
<Action name="playback_pointer_end" />
<Action name="stop" />
<Action name="record" />
<Action name="panic" />
</ToolBar>
</kpartgui>
|