summaryrefslogtreecommitdiffstats
path: root/parts/astyle/kdevpart_astyle.rc
blob: 690374258fca121e782ec358fee45f75b0295073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="KDevAStyle" version="6">
<MenuBar>
 <Menu name="edit">
  <Action name="edit_astyle" group="edit_astyle"/>
 </Menu>
 <Menu name="tools" >
   <Action name="tools_astyle" group="tools_astyle"/>
 </Menu>
</MenuBar>
<ToolBar name="astyleToolBar">
  <text>Astyle Toolbar</text>
  <Action name="tools_astyle" group="tools_astyle"/>
  <Action name="edit_astyle" group="edit_astyle"/>
</ToolBar>

</kpartgui>