aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1998-10-16 01:18:35 +0000
committerGerald Combs <gerald@wireshark.org>1998-10-16 01:18:35 +0000
commit349f96bb49fabf8ada49bb3a258518ed8c472076 (patch)
tree530004cda45554c7702e232392c8e791bc3a3baf /prefs.c
parent5a35314f8034441930fe7caa8de6b8e7dec4ae7a (diff)
downloadwireshark-349f96bb49fabf8ada49bb3a258518ed8c472076.tar.gz
wireshark-349f96bb49fabf8ada49bb3a258518ed8c472076.tar.bz2
wireshark-349f96bb49fabf8ada49bb3a258518ed8c472076.zip
* Copied in the correct GNU license (I'm such a goober)
* Hacks to the filter interface (Gerald) * About box (Laurent) * AppleTalk support (Simon) * Mods to the match_strval routine (Gerald) svn path=/trunk/; revision=61
Diffstat (limited to 'prefs.c')
-rw-r--r--prefs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/prefs.c b/prefs.c
index b139bc409b..052a3b6fe6 100644
--- a/prefs.c
+++ b/prefs.c
@@ -1,7 +1,7 @@
/* prefs.c
* Routines for handling preferences
*
- * $Id: prefs.c,v 1.6 1998/10/13 02:10:56 gerald Exp $
+ * $Id: prefs.c,v 1.7 1998/10/16 01:18:33 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -46,8 +46,8 @@ void
prefs_cb(GtkWidget *w, gpointer sp) {
GtkWidget *prefs_w, *main_vb, *top_hb, *bbox, *prefs_nb,
*ok_bt, *save_bt, *cancel_bt;
- GtkWidget *print_pg, *filter_pg, *filter_te;
- GtkWidget *nlabel, *label;
+ GtkWidget *print_pg, *filter_pg, *filter_te, *label;
+/* GtkWidget *nlabel; */
gint start_page = (gint) sp;
prefs_w = gtk_window_new(GTK_WINDOW_TOPLEVEL);