aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-page.c
diff options
context:
space:
mode:
authorLi Yuan <li.yuan@sun.com>2006-07-11 17:37:36 +0800
committerLi Yuan <liyuan@src.gnome.org>2006-07-11 17:37:36 +0800
commit70b8fdc505089c12833f5a05223b98323fdeeb5c (patch)
tree7c18ac39f70ff7bc623af694ec1f9672ebed570c /calendar/gui/dialogs/event-page.c
parent72e952b2d5f023f99c437a43adc65df874015f22 (diff)
downloadgsoc2013-evolution-70b8fdc505089c12833f5a05223b98323fdeeb5c.tar
gsoc2013-evolution-70b8fdc505089c12833f5a05223b98323fdeeb5c.tar.gz
gsoc2013-evolution-70b8fdc505089c12833f5a05223b98323fdeeb5c.tar.bz2
gsoc2013-evolution-70b8fdc505089c12833f5a05223b98323fdeeb5c.tar.lz
gsoc2013-evolution-70b8fdc505089c12833f5a05223b98323fdeeb5c.tar.xz
gsoc2013-evolution-70b8fdc505089c12833f5a05223b98323fdeeb5c.tar.zst
gsoc2013-evolution-70b8fdc505089c12833f5a05223b98323fdeeb5c.zip
Add mnemonic widget to widget, and change calendar's shortcut key.
2006-07-11 Li Yuan <li.yuan@sun.com> * gui/dialogs/event-page.c: (sensitize_widgets): * gui/dialogs/event-page.glade: Add mnemonic widget to widget, and change calendar's shortcut key. Fix for #345510. 2006-07-11 Li Yuan <li.yuan@sun.com> * gui/e-week-view.c: (e_week_view_focus): Fix for 345923. If there is not any event in week view, just grab week view itself. svn path=/trunk/; revision=32278
Diffstat (limited to 'calendar/gui/dialogs/event-page.c')
-rw-r--r--calendar/gui/dialogs/event-page.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/event-page.c b/calendar/gui/dialogs/event-page.c
index 8e2d9cf859..19ff6a60a3 100644
--- a/calendar/gui/dialogs/event-page.c
+++ b/calendar/gui/dialogs/event-page.c
@@ -869,7 +869,8 @@ sensitize_widgets (EventPage *epage)
gtk_widget_hide (priv->list_box);
gtk_widget_hide (priv->attendee_box);
gtk_widget_hide (priv->organizer);
- gtk_label_set_text_with_mnemonic ((GtkLabel *) priv->org_cal_label, _("Cale_ndar:"));
+ gtk_label_set_text_with_mnemonic ((GtkLabel *) priv->org_cal_label, _("_Calendar:"));
+ gtk_label_set_mnemonic_widget ((GtkLabel *) priv->org_cal_label, priv->source_selector);
} else {
gtk_widget_show (priv->calendar_label);
gtk_widget_show (priv->list_box);