aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs-int.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-06-13 01:13:12 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-06-13 01:13:12 +0000
commit4fdc3c3cc2f7796187651d5d987debd438d23521 (patch)
tree0758e88c61334cffbb722b80e6c2200fc77e6884 /epan/prefs-int.h
parentf0a74f3a5c90cfd6418905d1f7a02c1d59a63a7f (diff)
Create, and start using, file name preferences.
File name preferences are basically just string preferences except that the GUI will present a "Browse" button that allows the user to go and find the file s/he wants (rather than having to blindly type in the full path). svn path=/trunk/; revision=43228
Diffstat (limited to 'epan/prefs-int.h')
-rw-r--r--epan/prefs-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/prefs-int.h b/epan/prefs-int.h
index 8208bfa3d2..c7f8d4fc9f 100644
--- a/epan/prefs-int.h
+++ b/epan/prefs-int.h
@@ -64,6 +64,7 @@ typedef enum {
PREF_RANGE,
PREF_STATIC_TEXT,
PREF_UAT,
+ PREF_FILENAME,
PREF_OBSOLETE
} pref_type_t;