summaryrefslogtreecommitdiffstats
path: root/parts/filecreate/tdevpart_filecreate.rc
blob: 09a293eedf8c486a2af1dc48cccb7d8efd4a6517 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE kpartgui>
<kpartplugin name="TDevFileCreate" 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>