aboutsummaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-07-11 00:16:04 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-07-11 00:16:04 +0800
commitf43bca46316df9c5b06250db07bde57ed92c5284 (patch)
treefcc62fff28e1c71c08156fa48b38426ce986a38d /views
parentfb057760f34a5ebb200085f32e52a717e3c52b43 (diff)
downloadgsoc2013-evolution-f43bca46316df9c5b06250db07bde57ed92c5284.tar
gsoc2013-evolution-f43bca46316df9c5b06250db07bde57ed92c5284.tar.gz
gsoc2013-evolution-f43bca46316df9c5b06250db07bde57ed92c5284.tar.bz2
gsoc2013-evolution-f43bca46316df9c5b06250db07bde57ed92c5284.tar.lz
gsoc2013-evolution-f43bca46316df9c5b06250db07bde57ed92c5284.tar.xz
gsoc2013-evolution-f43bca46316df9c5b06250db07bde57ed92c5284.tar.zst
gsoc2013-evolution-f43bca46316df9c5b06250db07bde57ed92c5284.zip
Add accelerators. [#10068]
svn path=/trunk/; revision=17406
Diffstat (limited to 'views')
-rw-r--r--views/ChangeLog4
-rw-r--r--views/addressbook/galview.xml6
2 files changed, 7 insertions, 3 deletions
diff --git a/views/ChangeLog b/views/ChangeLog
index bb99a0f95f..134ed4514b 100644
--- a/views/ChangeLog
+++ b/views/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-10 Ettore Perazzoli <ettore@ximian.com>
+
+ * addressbook/galview.xml: Add accelerators. [#10068]
+
2002-02-12 Jeffrey Stedfast <fejj@ximian.com>
* mail/galview.xml: Offer the new By Follow Up Flag view.
diff --git a/views/addressbook/galview.xml b/views/addressbook/galview.xml
index dcf91542ec..b8f5ef81dd 100644
--- a/views/addressbook/galview.xml
+++ b/views/addressbook/galview.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<GalViewCollection default-view="Address_Cards">
- <GalView id="Address_Cards" _title="Address Cards" filename="Address_Cards.galview" type="minicard"/>
- <GalView id="Phone_List" _title="Phone List" filename="Phone_List.galview" type="etable"/>
- <GalView id="By_Company" _title="By Company" filename="By_Company.galview" type="etable"/>
+ <GalView id="Address_Cards" _title="_Address Cards" filename="Address_Cards.galview" type="minicard"/>
+ <GalView id="Phone_List" _title="_Phone List" filename="Phone_List.galview" type="etable"/>
+ <GalView id="By_Company" _title="By _Company" filename="By_Company.galview" type="etable"/>
</GalViewCollection>