~ubuntu-branches/ubuntu/vivid/kate/vivid-proposed

« back to all changes in this revision

Viewing changes to addons/kate/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 name="expand"
4
 
     version="4"
5
 
     xmlns="http://www.kde.org/standards/kxmlgui/1.0"
6
 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7
 
     xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
8
 
                         http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd" >
9
 
    <MenuBar>
10
 
        <Menu name="pate"><text>&amp;Pate</text>
11
 
            <Separator />
12
 
            <Action name="expandAtCursorAction" text="Expand" shortcut="Ctrl+E" group="bottom_tools_operations" />
13
 
        </Menu>
14
 
    </MenuBar>
15
 
</gui>
16