aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/webbrowser.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/webbrowser.c')
-rw-r--r--gtk/webbrowser.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/webbrowser.c b/gtk/webbrowser.c
index c15e4d3f04..e9d28c1584 100644
--- a/gtk/webbrowser.c
+++ b/gtk/webbrowser.c
@@ -39,6 +39,12 @@
#include "compat_macros.h"
#include "simple_dialog.h"
+/*
+ * For GNOME 2.x, we might be able to use "gnome_url_show()" (when we offer
+ * the ability to build a GNOMEified Ethereal as well as a GTK+-only
+ * Ethereal).
+ */
+
#if defined(G_OS_WIN32)
/* Win32 - use Windows shell services to start a browser */
#include <windows.h>