blob: 9b4cbce85386a1c618aa331f2d6874da7ec18e06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="Rosegarden::MatrixTool" version="1230">
<Menu name="MatrixPainter">
<Action name="select" />
<Action name="move"/>
<Action name="erase"/>
<Action name="resize"/>
<!-- <Separator/> -->
<!-- Defunct: <Action name="halve_durations"/> -->
<!-- Defunct: <Action name="double_durations"/> -->
</Menu>
<!-- Defunct: <State name="have_selection"> -->
<!-- <enable> -->
<!-- <Action name="halve_durations"/> -->
<!-- <Action name="double_durations"/> -->
<!-- </enable> -->
<!--</State> -->
</kpartgui>
|