summaryrefslogtreecommitdiffstats
path: root/kate/make/ui.rc
blob: 8385b8c231b9c7c2133a2239b9d1fdb9f1b8663a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE kpartgui>
<kpartplugin name="katemake" library="libkatemakeplugin" version="1">
<MenuBar>
 <Menu name="Make"><Text>&amp;Make</Text>
    <Action name="make_check" />
    <Action name="make_left" />
    <Action name="make_right" />
    <Separator/>
    <Action name="make_settings" />
 </Menu>
</MenuBar>
</kpartplugin>