~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/kdevpart/kdevpart_part.rc

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE kpartgui>
 
2
<kpartplugin name="%{APPNAMELC}" library="lib%{APPNAMELC}plugin" version="1">
 
3
<MenuBar>
 
4
 <Menu name="tools"><Text>&amp;Tools</Text>
 
5
  <Action name="plugin_action"/>
 
6
 </Menu>
 
7
</MenuBar>
 
8
<ToolBar name="extraToolBar">
 
9
  <Action name="plugin_action"/>
 
10
</ToolBar>
 
11
</kpartplugin>