From 5c2c5aed87a35800a8136b34e576aaf53ad25c1a Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sat, 15 Dec 2012 01:04:39 +0000 Subject: 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 --- cfile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cfile.h') 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; -- cgit v1.2.1