aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2011-08-05 00:08:32 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:44 +0800
commit245ce77630d7820baaea6bbc5c5355d2d3908769 (patch)
tree5ff530d062a58cdd0a9520f5f032094143abedcd /shell
parentb9d1565018aed89dfe34a43f47d0970edc7d0abe (diff)
downloadgsoc2013-evolution-245ce77630d7820baaea6bbc5c5355d2d3908769.tar
gsoc2013-evolution-245ce77630d7820baaea6bbc5c5355d2d3908769.tar.gz
gsoc2013-evolution-245ce77630d7820baaea6bbc5c5355d2d3908769.tar.bz2
gsoc2013-evolution-245ce77630d7820baaea6bbc5c5355d2d3908769.tar.lz
gsoc2013-evolution-245ce77630d7820baaea6bbc5c5355d2d3908769.tar.xz
gsoc2013-evolution-245ce77630d7820baaea6bbc5c5355d2d3908769.tar.zst
gsoc2013-evolution-245ce77630d7820baaea6bbc5c5355d2d3908769.zip
Remove link to FAQ as content is covered by new user docs
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-window-actions.c26
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"),