From 245ce77630d7820baaea6bbc5c5355d2d3908769 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Thu, 4 Aug 2011 18:08:32 +0200 Subject: Remove link to FAQ as content is covered by new user docs --- shell/e-shell-window-actions.c | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'shell') diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c index cba0c52428..2700a5152f 100644 --- a/shell/e-shell-window-actions.c +++ b/shell/e-shell-window-actions.c @@ -36,9 +36,6 @@ #define EVOLUTION_COPYRIGHT \ "Copyright \xC2\xA9 1999 - 2008 Novell, Inc. and Others" -#define EVOLUTION_FAQ \ - "http://live.gnome.org/Evolution/FAQ" - #define EVOLUTION_WEBSITE \ "http://www.gnome.org/projects/evolution/" @@ -727,22 +724,6 @@ action_custom_rule_cb (GtkAction *action, e_shell_view_custom_search (shell_view, rule); } -/** - * E_SHELL_WINDOW_ACTION_FAQ: - * @window: an #EShellWindow - * - * Activation of this action opens a web page with answers to frequently - * asked questions about this application. - * - * Main menu item: Help -> Evolution FAQ - **/ -static void -action_faq_cb (GtkAction *action, - EShellWindow *shell_window) -{ - e_show_uri (GTK_WINDOW (shell_window), EVOLUTION_FAQ); -} - /** * E_SHELL_WINDOW_ACTION_FORGET_PASSWORDS: * @window: an #EShellWindow @@ -1488,13 +1469,6 @@ static GtkActionEntry shell_entries[] = { N_("Delete the selection"), NULL }, /* Handled by EFocusTracker */ - { "faq", - "help-faq", - N_("Evolution _FAQ"), - NULL, - N_("Open the Frequently Asked Questions webpage"), - G_CALLBACK (action_faq_cb) }, - { "forget-passwords", NULL, N_("_Forget Passwords"), -- cgit v1.2.3