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 | |
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
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-composer-entries.xml | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 18ba72d1bb..b339d96866 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2006-01-12 Shreyas Srinivasan <sshreyas@novell.com> + + * evolution-composer-entries.xml: Fix #325110 + Override cut, copy and paste commands defined in gtkhtml + 2006-12-02 Karsten Bräckelmann <guenther@rudersport.de> * evolution.xml: Remove the Mailer specific separator. 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 |