From 906663f126bed774a9876ac0102473cbfff8c2fe Mon Sep 17 00:00:00 2001
From: JP Rosevear <jpr@novell.com>
Date: Fri, 28 May 2004 16:35:44 +0000
Subject: remove bogus include

2004-05-28  JP Rosevear  <jpr@novell.com>

	* e-shell-window-commands.c: remove bogus include

svn path=/trunk/; revision=26124
---
 shell/e-shell-window-commands.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'shell/e-shell-window-commands.c')

diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c
index f39ae5f7d8..35ccb7d40e 100644
--- a/shell/e-shell-window-commands.c
+++ b/shell/e-shell-window-commands.c
@@ -26,7 +26,6 @@
 
 #include "e-shell-window-commands.h"
 
-#include "e-shell-about-box.h"
 #include "e-shell-importer.h"
 #include "e-shell-window.h"
 
@@ -358,7 +357,9 @@ command_help_faq (BonoboUIComponent *uih,
 		  EShellWindow *window,
 		  const char *path)
 {
-	gnome_url_show ("http://www.ximian.com/apps/evolution-faq.html", NULL);	/* FIXME use the error */
+	/* FIXME Show when we have a faq
+	/* FIXME use the error */
+	gnome_url_show ("http://gnome.org/projects/evolution/faq.shtml", NULL);	
 }
 
 static void
@@ -516,7 +517,6 @@ static BonoboUIVerb tools_verbs[] = {
 };
 
 static BonoboUIVerb help_verbs [] = {
-	BONOBO_UI_VERB ("HelpFAQ", (BonoboUIVerbFn) command_help_faq),
 	BONOBO_UI_VERB ("QuickReference", (BonoboUIVerbFn) command_quick_reference),
 	BONOBO_UI_VERB ("HelpSubmitBug", (BonoboUIVerbFn) command_submit_bug),
 	BONOBO_UI_VERB ("HelpAbout", (BonoboUIVerbFn) command_about_box),
-- 
cgit