You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
305 B
12 lines
305 B
15 years ago
|
<!DOCTYPE kpartgui>
|
||
11 years ago
|
<kpartplugin name="KDevFileCreate" library="libfilecreateplugin" version="3">
|
||
15 years ago
|
<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>
|