diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /khtml/khtml_popupmenu.rc | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khtml/khtml_popupmenu.rc')
-rw-r--r-- | khtml/khtml_popupmenu.rc | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/khtml/khtml_popupmenu.rc b/khtml/khtml_popupmenu.rc new file mode 100644 index 000000000..79e3391d3 --- /dev/null +++ b/khtml/khtml_popupmenu.rc @@ -0,0 +1,39 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"><kpartgui name="khtmlpart_popupmenu" version="14"> +<Menu name="popupmenu"> + <Action name="copy" group="editactions"/> + <Action name="selectAll" group="editactions"/> + <Action name="searchProvider" group="editactions"/> + <Action name="searchProviderList" group="editactions"/> + <Action name="openSelection" group="editactions"/> + <Separator weakSeparator="1" group="editactions"/> + <Action name="savelinkas" group="linkactions"/> + <Action name="copylinklocation" group="linkactions"/> + <Menu name="frame"><text>Frame</text> + <Action name="frameinwindow"/> + <Action name="frameintop"/> + <Action name="frameintab"/> + <Separator weakSeparator="1" /> + <Action name="reloadframe"/> + <Action name="printFrame"/> + <Action name="saveFrame"/> + <Action name="viewFrameSource" /> + <Action name="viewFrameInfo" /> + <Separator weakSeparator="1" /> + <Action name="blockiframe" /> + </Menu> + <Separator weakSeparator="1" /> + <Action name="saveimageas" /> + <Action name="sendimage" /> + <Action name="copyimage" /> + <Action name="copyimagelocation" /> + <Action name="viewimage" /> + <Action name="blockimage" /> + <Action name="blockhost" /> + <Separator weakSeparator="1" /> + <Action name="stopanimations" /> + <Separator weakSeparator="1" /> + <Action name="viewDocumentSource" /> + <Action name="security" /> + <Action name="setEncoding" /> +</Menu> +</kpartgui> |