diff options
Diffstat (limited to 'modules/calendar')
-rw-r--r-- | modules/calendar/e-cal-shell-sidebar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-sidebar.c b/modules/calendar/e-cal-shell-sidebar.c index f5f87618e1..42d11cf12b 100644 --- a/modules/calendar/e-cal-shell-sidebar.c +++ b/modules/calendar/e-cal-shell-sidebar.c @@ -645,7 +645,7 @@ cal_shell_sidebar_constructed (GObject *object) container = gtk_vbox_new (FALSE, 6); gtk_box_pack_start (GTK_BOX(container), widget, TRUE, TRUE, 0); - button = gtk_button_new_with_label (_("New Calendar...")); + button = gtk_button_new_with_mnemonic (_("_New Calendar...")); gtk_box_pack_start (GTK_BOX(container), button, FALSE, FALSE, 0); g_signal_connect ( button, "clicked", |