diff options
author | Shreyas Srinivasan <sshreyas@novell.com> | 2006-01-12 16:16:22 +0800 |
---|---|---|
committer | Shreyas Srinivasan <shres@src.gnome.org> | 2006-01-12 16:16:22 +0800 |
commit | ff9fd5da422034c9b02ed54e4683079e015f5cb0 (patch) | |
tree | ada9a724b159896e28a0448f01959b0853c77aa2 /ui/evolution-composer-entries.xml | |
parent | bd250c3a7246c7732a0223b31e0a371af9dc393c (diff) | |
download | gsoc2013-evolution-ff9fd5da422034c9b02ed54e4683079e015f5cb0.tar.gz gsoc2013-evolution-ff9fd5da422034c9b02ed54e4683079e015f5cb0.tar.zst gsoc2013-evolution-ff9fd5da422034c9b02ed54e4683079e015f5cb0.zip |
Fix #325110 Override cut, copy and paste commands defined in gtkhtml
2006-01-12 Shreyas Srinivasan <sshreyas@novell.com>
* evolution-composer-entries.xml: Fix #325110
Override cut, copy and paste commands defined in gtkhtml
svn path=/trunk/; revision=31142
Diffstat (limited to 'ui/evolution-composer-entries.xml')
-rw-r--r-- | ui/evolution-composer-entries.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/evolution-composer-entries.xml b/ui/evolution-composer-entries.xml index 9462a67210..f38dfa3589 100644 --- a/ui/evolution-composer-entries.xml +++ b/ui/evolution-composer-entries.xml @@ -30,4 +30,11 @@ </placeholder> </submenu> </menu> + + <dockitem name="Toolbar"> + <toolitem name="EditCut" verb="" _label="Cut" _tip="Cut selection to clipboard"/> + <toolitem name="EditCopy" verb="" _label="Copy" _tip="Copy selection to clipboard"/> + <toolitem name="EditPaste" verb="" _label="Paste" _tip="Paste from clipboard"/> + </dockitem> + </Root>
\ No newline at end of file |