aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorShreyas Srinivasan <sshreyas@novell.com>2006-01-12 16:16:22 +0800
committerShreyas Srinivasan <shres@src.gnome.org>2006-01-12 16:16:22 +0800
commitff9fd5da422034c9b02ed54e4683079e015f5cb0 (patch)
treeada9a724b159896e28a0448f01959b0853c77aa2 /ui
parentbd250c3a7246c7732a0223b31e0a371af9dc393c (diff)
downloadgsoc2013-evolution-ff9fd5da422034c9b02ed54e4683079e015f5cb0.tar
gsoc2013-evolution-ff9fd5da422034c9b02ed54e4683079e015f5cb0.tar.gz
gsoc2013-evolution-ff9fd5da422034c9b02ed54e4683079e015f5cb0.tar.bz2
gsoc2013-evolution-ff9fd5da422034c9b02ed54e4683079e015f5cb0.tar.lz
gsoc2013-evolution-ff9fd5da422034c9b02ed54e4683079e015f5cb0.tar.xz
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')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-composer-entries.xml7
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