diff options
Diffstat (limited to 'parts/filecreate/kdevpart_filecreate.rc')
-rw-r--r-- | parts/filecreate/kdevpart_filecreate.rc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/parts/filecreate/kdevpart_filecreate.rc b/parts/filecreate/kdevpart_filecreate.rc deleted file mode 100644 index 401a1378..00000000 --- a/parts/filecreate/kdevpart_filecreate.rc +++ /dev/null @@ -1,11 +0,0 @@ -<!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> |