aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs-int.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-06-17 08:41:41 -0700
committerGerald Combs <gerald@wireshark.org>2015-06-18 00:46:50 +0000
commit9c28594529b79619643948128dc2bbbaa3dcbb0e (patch)
tree2bcff16babc1acceea9b0d83f7068c4b06f41443 /epan/prefs-int.h
parent2dd030d4f65286aad17f54c12b41471ec153ed4f (diff)
Add a preferences editor frame.
This replaces the single preference editor dialog in the GTK+ UI. Change-Id: I10e030981e9f7d1ec121811593586b65cf0797c5 Reviewed-on: https://code.wireshark.org/review/8966 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan/prefs-int.h')
-rw-r--r--epan/prefs-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/prefs-int.h b/epan/prefs-int.h
index 10240cd35c..dcec4d0978 100644
--- a/epan/prefs-int.h
+++ b/epan/prefs-int.h
@@ -160,7 +160,7 @@ struct preference {
} enum_info; /**< for PREF_ENUM */
} info; /**< display/text file information */
struct pref_custom_cbs custom_cbs; /**< for PREF_CUSTOM */
- void *control; /**< handle for GUI control for this preference */
+ void *control; /**< handle for GUI control for this preference. GTK+ only? */
};
/* read_prefs_file: read in a generic config file and do a callback to */