~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to kate/plugins/filetemplates/plugin/ui.rc

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE kpartgui>
 
2
<kpartplugin name="katefiletemplates" library="libkatefiletemplates" version="2">
 
3
<MenuBar>
 
4
 <Menu name="file"><text>&amp;File</text>
 
5
  <Action name="file_new_fromtemplate" group="new_merge" />
 
6
 </Menu>
 
7
 <Menu name="settings"><text>&amp;Settings</text>
 
8
  <Separator/>
 
9
  <Action name="settings_manage_templates" />
 
10
 </Menu>
 
11
</MenuBar>
 
12
<!--   <Toolbar name="mainToolBar"><text>Main Toolbar</text> -->
 
13
<!--   <Action name="file_new_fromtemplate" group="file_open" /> -->
 
14
<!-- </Toolbar> -->
 
15
</kpartplugin>