aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts.c
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-07-21 05:00:06 +0800
committernobody <nobody@localhost>2001-07-21 05:00:06 +0800
commit7a1bf8fca7bb04929fb7d9bb62a8011ad49f3bc0 (patch)
tree202057a692a184a8898c1cc5b74b33071e7a86c8 /shell/e-shortcuts.c
parent8a644defbfa4fd7e357db469ca1c65dd1da154e5 (diff)
downloadgsoc2013-evolution-7a1bf8fca7bb04929fb7d9bb62a8011ad49f3bc0.tar.gz
gsoc2013-evolution-7a1bf8fca7bb04929fb7d9bb62a8011ad49f3bc0.tar.zst
gsoc2013-evolution-7a1bf8fca7bb04929fb7d9bb62a8011ad49f3bc0.zip
This commit was manufactured by cvs2svn to create tagEVOLUTION_0_11
'EVOLUTION_0_11'. svn path=/tags/EVOLUTION_0_11/; revision=11272
Diffstat (limited to 'shell/e-shortcuts.c')
-rw-r--r--shell/e-shortcuts.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/e-shortcuts.c b/shell/e-shortcuts.c
index 5f3c248fd5..7c8505ab79 100644
--- a/shell/e-shortcuts.c
+++ b/shell/e-shortcuts.c
@@ -981,10 +981,10 @@ e_shortcuts_add_default_group (EShortcuts *shortcuts)
e_shortcuts_add_group (shortcuts, -1, _("Shortcuts"));
- e_shortcuts_add_shortcut (shortcuts, 0, -1, "evolution:/Local Folders/Inbox", _("Inbox"), "mail");
- e_shortcuts_add_shortcut (shortcuts, 0, -1, "evolution:/Local Folders/Calendar", _("Calendar"), "calendar");
- e_shortcuts_add_shortcut (shortcuts, 0, -1, "evolution:/Local Folders/Tasks", _("Tasks"), "tasks");
- e_shortcuts_add_shortcut (shortcuts, 0, -1, "evolution:/Local Folders/Contacts", _("Contacts"), "contacts");
+ e_shortcuts_add_shortcut (shortcuts, 0, -1, "evolution:/local/Inbox", _("Inbox"), "mail");
+ e_shortcuts_add_shortcut (shortcuts, 0, -1, "evolution:/local/Calendar", _("Calendar"), "calendar");
+ e_shortcuts_add_shortcut (shortcuts, 0, -1, "evolution:/local/Tasks", _("Tasks"), "tasks");
+ e_shortcuts_add_shortcut (shortcuts, 0, -1, "evolution:/local/Contacts", _("Contacts"), "contacts");
}
void