aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/webbrowser.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-27 22:39:43 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-27 22:39:43 +0000
commitb8b43a3a18f47234c2ac8510a1a5145896511dfa (patch)
tree9e36375d44557786107e28ace1fb9940166739b6 /gtk/webbrowser.c
parenta77859d78ca3d21adfde42da4874660d760be59c (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11546 f5534014-38df-0310-8fa8-9805f1628bb7
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>