~ubuntu-branches/ubuntu/vivid/kate/vivid-updates

« back to all changes in this revision

Viewing changes to addons/pate/src/plugins/expand/expand_ui.rc

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-12-04 16:49:41 UTC
  • mfrom: (1.6.6)
  • Revision ID: package-import@ubuntu.com-20141204164941-l3qbvsly83hhlw2v
Tags: 4:14.11.97-0ubuntu1
* New upstream release
* Update build-deps and use pkg-kde v3 for Qt 5 build
* kate-data now kate5-data for co-installability

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE kpartgui>
 
3
<gui xmlns="http://www.kde.org/standards/kxmlgui/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="expand" version="4" xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0                          http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd">
 
4
  <MenuBar>
 
5
    <Menu name="pate">
 
6
      <text>&amp;Pate</text>
 
7
      <Separator/>
 
8
      <Action name="expandAtCursorAction" text="Expand" shortcut="Ctrl+E" group="bottom_tools_operations"/>
 
9
    </Menu>
 
10
  </MenuBar>
 
11
</gui>
 
12
<!-- kate: space-indent on; indent-width 4; replace-tabs on; -->