summaryrefslogtreecommitdiffstats
path: root/parts/filecreate/kdevpart_filecreate.rc
blob: 401a1378e896ad39317c0e7d3d3f6e0383a6c8e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE kpartgui>
<kpartplugin name="KDevFileCreate" library="libfilecreateplugin" version="3">
<MenuBar>
 <Menu name="file">
    <Action name="file_new" group="new_merge" />
 </Menu>
</MenuBar>
<ToolBar name="mainToolBar">
  <Action name="file_new" group="file_operations" />
</ToolBar>
</kpartplugin>