diff options
-rw-r--r-- | views/ChangeLog | 4 | ||||
-rw-r--r-- | views/tasks/galview.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/views/ChangeLog b/views/ChangeLog index 3327e099f3..258fc2fabd 100644 --- a/views/ChangeLog +++ b/views/ChangeLog @@ -1,5 +1,9 @@ 2002-07-10 Ettore Perazzoli <ettore@ximian.com> + * tasks/galview.xml: Add accelerators. [#10069] + +2002-07-10 Ettore Perazzoli <ettore@ximian.com> + * calendar/galview.xml: Add accelerators. [#10067] 2002-07-10 Ettore Perazzoli <ettore@ximian.com> diff --git a/views/tasks/galview.xml b/views/tasks/galview.xml index 4f7e7c9b1d..6f32e821f8 100644 --- a/views/tasks/galview.xml +++ b/views/tasks/galview.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> <GalViewCollection default-view="Tasks"> - <GalView id="Tasks" _title="Tasks" filename="Tasks.galview" type="etable"/> - <GalView id="With_Category" _title="With Category" filename="With_Category.galview" type="etable"/> + <GalView id="Tasks" _title="_Tasks" filename="Tasks.galview" type="etable"/> + <GalView id="With_Category" _title="With _Category" filename="With_Category.galview" type="etable"/> </GalViewCollection> |