diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-08-05 00:08:32 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2011-08-05 00:08:32 +0800 |
commit | ce6f467e3e139926d3a4241429a0f2e9fcbf3294 (patch) | |
tree | 1b5d73b94fd519aff2e49cdd03072916cb693dff | |
parent | 06191f200f3b09b8cad11462be6a842926767fca (diff) | |
download | gsoc2013-evolution-ce6f467e3e139926d3a4241429a0f2e9fcbf3294.tar.gz gsoc2013-evolution-ce6f467e3e139926d3a4241429a0f2e9fcbf3294.tar.zst gsoc2013-evolution-ce6f467e3e139926d3a4241429a0f2e9fcbf3294.zip |
Remove link to FAQ as content is covered by new user docs
-rw-r--r-- | shell/e-shell-window-actions.c | 26 |
1 files changed, 0 insertions, 26 deletions
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/" @@ -728,22 +725,6 @@ action_custom_rule_cb (GtkAction *action, } /** - * 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"), |