~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/konsole/desktop/partui.rc

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-27 12:09:48 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080527120948-dottsyd5rcwhzd36
Tags: 4:4.0.80-1ubuntu1
* Merge with Debian
 - remove 97_fix_target_link_libraries.diff
 - Add replaces/conflicts on -kde4 packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE kpartgui>
 
2
 
 
3
<kpartgui name="konsolepart" version="1">
 
4
    <Menu name="session-popup-menu">
 
5
        <Action name="copy"/>
 
6
        <Action name="paste"/>
 
7
        <Menu name="history">
 
8
                <text>Scrollback</text> 
 
9
                <Action name="save-history" group="session-history-operations"/>
 
10
                <Separator group="session-history-operations"/>
 
11
                <Action name="history-options" group="session-history-operations"/>
 
12
                <Separator group="session-history-operations"/>
 
13
                <Action name="clear-history" group="session-history-operations"/>
 
14
                <Action name="clear-history-and-reset" group="session-history-operations"/>
 
15
        </Menu>    
 
16
        <Action name="open-browser"/>
 
17
        <Separator/>
 
18
        <Action name="show-menubar"/>
 
19
        <Action name="change-profile"/>
 
20
        <Action name="edit-current-profile" />
 
21
        <Separator/>
 
22
        <Action name="manage-profiles"/>
 
23
        <Action name="close-session"/>
 
24
    </Menu>
 
25
    <Menu name="change-profile">
 
26
        <text>Change Profile</text>
 
27
        <ActionList name="profile-list" />
 
28
    </Menu>
 
29
    
 
30
</kpartgui>