diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-08-31 06:11:55 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-31 06:11:55 +0800 |
commit | 06c449751cab10e94281911a4dba703616754c52 (patch) | |
tree | 8b91646a5cfac5152ca72d7e8ff92beee9bd360c /calendar/gui | |
parent | 7217b1b3d2a1e2387dcd6995e8d6f59b37938539 (diff) | |
download | gsoc2013-evolution-06c449751cab10e94281911a4dba703616754c52.tar.gz gsoc2013-evolution-06c449751cab10e94281911a4dba703616754c52.tar.zst gsoc2013-evolution-06c449751cab10e94281911a4dba703616754c52.zip |
** Fixes bug #549968
2008-08-30 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #549968
* calendar/gui/dialogs/comp-editor.c (comp_editor_init):
* widgets/misc/e-attachment-bar.c
(e_attachment_bar_bonobo_ui_populate_with):
Use the same mnemonic for "Recent Documents" as composer.
svn path=/branches/kill-bonobo/; revision=36226
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 3ae846ac79..441358adc8 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -1763,7 +1763,7 @@ comp_editor_init (CompEditor *editor) NULL, NULL); /* no callback */ action = e_attachment_bar_recent_action_new ( E_ATTACHMENT_BAR (priv->attachment_bar), - "attach-recent", _("Recent Docu_ments")); + "attach-recent", _("Recent _Documents")); gtk_action_group_add_action (action_group, action); gtk_ui_manager_insert_action_group ( priv->manager, action_group, 0); |