aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-29 17:10:53 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-29 17:10:53 +0000
commit891608f72e84e9035c11f9cfc79bf20528bb1eb1 (patch)
tree020e1cd8df8a79900d60d4151c35d31d1c38f4a2 /prefs.h
parentfa6e69063419a1e01c6bf380e234f5e87f524dab (diff)
add a preference setting for the web browser command
svn path=/trunk/; revision=11269
Diffstat (limited to 'prefs.h')
-rw-r--r--prefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/prefs.h b/prefs.h
index 85b1c5d486..dc4e94927a 100644
--- a/prefs.h
+++ b/prefs.h
@@ -1,7 +1,7 @@
/* prefs.h
* Definitions for preference handling routines
*
- * $Id: prefs.h,v 1.66 2004/06/20 15:57:08 ulfl Exp $
+ * $Id: prefs.h,v 1.67 2004/06/29 17:10:52 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -129,6 +129,7 @@ typedef struct _e_prefs {
guint gui_recent_files_count_max;
gchar *gui_fileopen_dir;
gboolean gui_ask_unsaved;
+ gchar *gui_webbrowser;
layout_type_e gui_layout_type;
layout_pane_content_e gui_layout_content_1;
layout_pane_content_e gui_layout_content_2;