~ubuntu-branches/ubuntu/vivid/muon/vivid-proposed

« back to all changes in this revision

Viewing changes to installer/muon-installerui.rc

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-03-24 23:06:35 UTC
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: package-import@ubuntu.com-20150324230635-nvt7aq7kqvaxq36e
Tags: upstream-5.2.2-1
ImportĀ upstreamĀ versionĀ 5.2.2-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<gui name="muon-installer"
 
3
     version="1"
 
4
     xmlns="http://www.kde.org/standards/kxmlgui/1.0"
 
5
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
6
     xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
 
7
                         http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd">
 
8
    <MenuBar>
 
9
        <Menu name="file" >
 
10
            <Action name="open_markings" />
 
11
            <Separator/>
 
12
            <Action name="save_markings" />
 
13
            <Separator/>
 
14
            <Action name="file_quit" />
 
15
        </Menu>
 
16
        <Menu name="settings">
 
17
          <Separator />
 
18
          <Action name="software_properties" />
 
19
        </Menu>
 
20
    </MenuBar>
 
21
</gui>