aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/modules/e-cal-shell-module.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2009-02-17 23:59:18 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-02-17 23:59:18 +0800
commit7ed5f59771262651ee8b0d29a123e43a6ac0b6c6 (patch)
treedfdd3b5b9b049361f6eeb92ca449c3be83434d31 /calendar/modules/e-cal-shell-module.c
parentbf3f62476491b492b9d37aee6051e8f1b16ce655 (diff)
downloadgsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.tar
gsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.tar.gz
gsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.tar.bz2
gsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.tar.lz
gsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.tar.xz
gsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.tar.zst
gsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.zip
Miscellaneous bug fixes.
Kill e-util/e-corba-utils.[ch]. svn path=/branches/kill-bonobo/; revision=37283
Diffstat (limited to 'calendar/modules/e-cal-shell-module.c')
-rw-r--r--calendar/modules/e-cal-shell-module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/modules/e-cal-shell-module.c b/calendar/modules/e-cal-shell-module.c
index 16f84e8f82..0fa0336177 100644
--- a/calendar/modules/e-cal-shell-module.c
+++ b/calendar/modules/e-cal-shell-module.c
@@ -398,7 +398,7 @@ static GtkActionEntry item_entries[] = {
{ "event-new",
"appointment-new",
NC_("New", "_Appointment"),
- "<Control>a",
+ "<Shift><Control>a",
N_("Create a new appointment"),
G_CALLBACK (action_event_new_cb) },
@@ -412,7 +412,7 @@ static GtkActionEntry item_entries[] = {
{ "event-meeting-new",
"stock_new-meeting",
NC_("New", "M_eeting"),
- "<Control>e",
+ "<Shift><Control>e",
N_("Create a new meeting request"),
G_CALLBACK (action_event_new_cb) }
};