evolution r36226 - in branches/kill-bonobo: calendar calendar/gui/dialogs widgets/misc
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36226 - in branches/kill-bonobo: calendar calendar/gui/dialogs widgets/misc
- Date: Sat, 30 Aug 2008 22:11:56 +0000 (UTC)
Author: mbarnes
Date: Sat Aug 30 22:11:55 2008
New Revision: 36226
URL: http://svn.gnome.org/viewvc/evolution?rev=36226&view=rev
Log:
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.
Modified:
branches/kill-bonobo/calendar/ChangeLog
branches/kill-bonobo/calendar/gui/dialogs/comp-editor.c
branches/kill-bonobo/widgets/misc/ChangeLog
branches/kill-bonobo/widgets/misc/e-attachment-bar.c
Modified: branches/kill-bonobo/calendar/gui/dialogs/comp-editor.c
==============================================================================
--- branches/kill-bonobo/calendar/gui/dialogs/comp-editor.c (original)
+++ branches/kill-bonobo/calendar/gui/dialogs/comp-editor.c Sat Aug 30 22:11:55 2008
@@ -1763,7 +1763,7 @@
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);
Modified: branches/kill-bonobo/widgets/misc/e-attachment-bar.c
==============================================================================
--- branches/kill-bonobo/widgets/misc/e-attachment-bar.c (original)
+++ branches/kill-bonobo/widgets/misc/e-attachment-bar.c Sat Aug 30 22:11:55 2008
@@ -1378,7 +1378,7 @@
menuitems = g_string_new ("<submenu");
g_string_append (menuitems, " name=\"RecentDocsSubmenu\"");
g_string_append_printf (menuitems, " sensitive=\"%s\"", items ? "1" : "0");
- g_string_append_printf (menuitems, " label=\"%s\"", _("Recent Docu_ments"));
+ g_string_append_printf (menuitems, " label=\"%s\"", _("Recent _Documents"));
g_string_append (menuitems, ">\n");
for (l = g_list_first (items), i = 1; l && i <= limit; l = l->next, ++i) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]