summaryrefslogtreecommitdiff
path: root/cfile.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-12-15 01:04:39 +0000
committerGerald Combs <gerald@wireshark.org>2012-12-15 01:04:39 +0000
commit5c2c5aed87a35800a8136b34e576aaf53ad25c1a (patch)
tree0aa9c2b38d1eb1ec46591c280f5addcf5c0c3760 /cfile.h
parent92cfec56b8abd8cd04c0133763fea2ddbd9a197e (diff)
downloadwireshark-5c2c5aed87a35800a8136b34e576aaf53ad25c1a.tar.gz
Rename the search type menu items to more accurately reflect what we're
actually doing and what users are likely to want to do. Rename the search enum values and functions to reflect what we're actually doing and add a comment explaining why making searches more correct might make searching worse. Add a search bar to the Qt main window, thus continuing the War On Gratuitous Dialogs. Clear out any previous temporary label stack items before adding a new one. svn path=/trunk/; revision=46541
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cfile.h b/cfile.h
index f5ee3b3a82..a23e6febd8 100644
--- a/cfile.h
+++ b/cfile.h
@@ -43,9 +43,9 @@ typedef enum {
/* Character set for text search. */
typedef enum {
- SCS_ASCII_AND_UNICODE,
- SCS_ASCII,
- SCS_UNICODE
+ SCS_NARROW_AND_WIDE,
+ SCS_NARROW,
+ SCS_WIDE
/* add EBCDIC when it's implemented */
} search_charset_t;