diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2002-02-14 10:58:49 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2002-02-14 10:58:49 +0000 |
commit | 756707ac0d66d2b81978d930016ec480e5cada9f (patch) | |
tree | 9d0e4cd271846ce3e0877ba1a1dd35c1311100f8 /gtk | |
parent | 0d297e590ebc011b7a7bbe25f606b39468679cc9 (diff) | |
download | wireshark-756707ac0d66d2b81978d930016ec480e5cada9f.tar.gz wireshark-756707ac0d66d2b81978d930016ec480e5cada9f.tar.bz2 wireshark-756707ac0d66d2b81978d930016ec480e5cada9f.zip |
FIRST_PROTO_PREFS_PAGE needs to be incremented by 2 in order for
the "Protocol Preferences" pop-up menu option to work properly.
svn path=/trunk/; revision=4735
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/prefs_dlg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/prefs_dlg.c b/gtk/prefs_dlg.c index f9ad6da158..20b121437f 100644 --- a/gtk/prefs_dlg.c +++ b/gtk/prefs_dlg.c @@ -1,7 +1,7 @@ /* prefs_dlg.c * Routines for handling preferences * - * $Id: prefs_dlg.c,v 1.41 2002/01/21 07:37:42 guy Exp $ + * $Id: prefs_dlg.c,v 1.42 2002/02/14 10:58:49 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -81,7 +81,7 @@ static void prefs_tree_select_cb(GtkCTree *, GtkCTreeNode *, gint, gpointer); #define E_NAMERES_PAGE_KEY "nameres_options_page" #define E_TOOLTIPS_KEY "tooltips" -#define FIRST_PROTO_PREFS_PAGE 4 +#define FIRST_PROTO_PREFS_PAGE 6 /* * Keep a static pointer to the notebook to be able to choose the |