aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/webbrowser.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-27 22:39:43 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-27 22:39:43 +0000
commit0f91ada1616692b1f8783a9e39cc4c47a247efab (patch)
tree9e36375d44557786107e28ace1fb9940166739b6 /gtk/webbrowser.c
parente33dee6ebfe24ee9d3c1de4335b4d49825c3f588 (diff)
Note that, when we add the ability to build a GNOMEified Ethereal as
well as a GTK+-only Ethereal, we could use "gnome_url_show()" in GNOMEified Ethereal. svn path=/trunk/; revision=11546
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>