evolution r36266 - in trunk: calendar calendar/gui/dialogs widgets/misc
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36266 - in trunk: calendar calendar/gui/dialogs widgets/misc
- Date: Sat, 6 Sep 2008 16:12:51 +0000 (UTC)
Author: mbarnes
Date: Sat Sep 6 16:12:51 2008
New Revision: 36266
URL: http://svn.gnome.org/viewvc/evolution?rev=36266&view=rev
Log:
2008-09-06 Matthew Barnes <mbarnes redhat com>
** Fixes bug #549968
* calendar/gui/dialogs/comp-editor.c (comp_editor_init):
Use the same mnemonic for "Recent Documents" as composer.
* widgets/misc/e-attachment-bar.c
(e_attachment_bar_bonobo_ui_populate_with):
Use the same mnemonic for "Recent Documents" as composer.
Modified:
trunk/calendar/ChangeLog
trunk/calendar/gui/dialogs/comp-editor.c
trunk/widgets/misc/ChangeLog
trunk/widgets/misc/e-attachment-bar.c
Modified: trunk/calendar/gui/dialogs/comp-editor.c
==============================================================================
--- trunk/calendar/gui/dialogs/comp-editor.c (original)
+++ trunk/calendar/gui/dialogs/comp-editor.c Sat Sep 6 16:12:51 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: trunk/widgets/misc/e-attachment-bar.c
==============================================================================
--- trunk/widgets/misc/e-attachment-bar.c (original)
+++ trunk/widgets/misc/e-attachment-bar.c Sat Sep 6 16:12:51 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]