aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
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