aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-07-11 00:15:50 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-07-11 00:15:50 +0800
commitfb057760f34a5ebb200085f32e52a717e3c52b43 (patch)
tree3d6998e42171ee32d418b8a2176a7a57edf442b6 /ui
parent090af2cb0e680190161fa4fb204f32c2c432dc26 (diff)
downloadgsoc2013-evolution-fb057760f34a5ebb200085f32e52a717e3c52b43.tar
gsoc2013-evolution-fb057760f34a5ebb200085f32e52a717e3c52b43.tar.gz
gsoc2013-evolution-fb057760f34a5ebb200085f32e52a717e3c52b43.tar.bz2
gsoc2013-evolution-fb057760f34a5ebb200085f32e52a717e3c52b43.tar.lz
gsoc2013-evolution-fb057760f34a5ebb200085f32e52a717e3c52b43.tar.xz
gsoc2013-evolution-fb057760f34a5ebb200085f32e52a717e3c52b43.tar.zst
gsoc2013-evolution-fb057760f34a5ebb200085f32e52a717e3c52b43.zip
Add accelerator for "Print Preview", "Delete".
* evolution-mail-message.xml: Add accelerator for "Print Preview", "Delete". * evolution-addressbook.xml: Add accelerator for "Print Preview", "Delete". svn path=/trunk/; revision=17405
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog10
-rw-r--r--ui/evolution-addressbook.xml4
-rw-r--r--ui/evolution-mail-message.xml2
3 files changed, 13 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index c8b2860717..2ba79c3584 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,13 @@
+2002-07-10 Ettore Perazzoli <ettore@ximian.com>
+
+ [#10068]
+
+ * evolution-mail-message.xml: Add accelerator for "Print Preview",
+ "Delete".
+
+ * evolution-addressbook.xml: Add accelerator for "Print Preview",
+ "Delete".
+
2002-07-09 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail-message.xml: s/Edit as New Message/Resend - this
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml
index f00ac0d399..f82f43d3ba 100644
--- a/ui/evolution-addressbook.xml
+++ b/ui/evolution-addressbook.xml
@@ -86,7 +86,7 @@
<placeholder name="Print">
<menuitem name="ContactsPrintPreview" verb=""
- _label="Print Preview"
+ _label="Print Pre_view"
pixtype="pixbuf"/>
<menuitem name="ContactsPrint" verb=""
_label="_Print..."
@@ -108,7 +108,7 @@
pixtype="pixbuf"/>
<menuitem name="ContactDelete" verb=""
- _label="Delete" pixtype="pixbuf"/>
+ _label="_Delete" pixtype="pixbuf"/>
<separator f="" name="eadbk2"/>
<menuitem name="ContactsSelectAll" verb="" _label="_Select All"/>
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml
index b5cc544124..fcddea42f2 100644
--- a/ui/evolution-mail-message.xml
+++ b/ui/evolution-mail-message.xml
@@ -219,7 +219,7 @@
</placeholder>
<placeholder name="Print">
- <menuitem name="PrintPreviewMessage" verb="" _label="Print Preview"/>
+ <menuitem name="PrintPreviewMessage" verb="" _label="Print Pre_view"/>
<menuitem name="PrintMessage" verb="" _label="_Print..."/>
</placeholder>
</submenu>