aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-12 09:13:50 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-12 09:13:50 +0000
commit0ad27ce8a7a4c8574a36cffdcb26be887366028d (patch)
tree335d582196df12243553b5980cbd530450c87322
parent45dc78bd7d21c987ba355fee0f059def3a83b3f3 (diff)
Make the key for the capture preference window's pointer to the auto
scroll option checkbox distinct from the key for the pointer to the real-time capture option checkbox, so thee auto scroll option checkbox can be fetched. svn path=/trunk/; revision=4531
-rw-r--r--gtk/capture_prefs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/capture_prefs.c b/gtk/capture_prefs.c
index 388ebcc2b5..3d3edae930 100644
--- a/gtk/capture_prefs.c
+++ b/gtk/capture_prefs.c
@@ -1,7 +1,7 @@
/* capture_prefs.c
* Dialog box for capture preferences
*
- * $Id: capture_prefs.c,v 1.3 2002/01/11 07:40:31 guy Exp $
+ * $Id: capture_prefs.c,v 1.4 2002/01/12 09:13:50 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -52,7 +52,7 @@ static void create_option_check_button(GtkWidget *main_vb, const gchar *key,
#define DEVICE_KEY "device"
#define PROM_MODE_KEY "prom_mode"
#define CAPTURE_REAL_TIME_KEY "capture_real_time"
-#define AUTO_SCROLL_KEY "capture_real_time"
+#define AUTO_SCROLL_KEY "auto_scroll"
#define CAPTURE_TABLE_ROWS 4
GtkWidget*