From fe9124ffee515087a591d51316caf29bcfc4de4a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 19 Aug 2013 12:45:12 +0100 Subject: Revert "drop unused help ids" blast, they *are* unused, bad grep This reverts commit 0ec56aee18cf35728596a0398b0aaf3384099a17. Change-Id: I06b618f88240dab084dfa89fd21119f07d5ee5d5 --- cui/source/inc/helpid.hrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cui') diff --git a/cui/source/inc/helpid.hrc b/cui/source/inc/helpid.hrc index 5af383e31448..8354935ad353 100644 --- a/cui/source/inc/helpid.hrc +++ b/cui/source/inc/helpid.hrc @@ -189,6 +189,8 @@ #define HID_SEARCH_STARTOVER "CUI_HID_SEARCH_STARTOVER" #define HID_SEARCH_WILDCARD "CUI_HID_SEARCH_WILDCARD" #define HID_SEARCH_REGULAR "CUI_HID_SEARCH_REGULAR" +#define HID_SEARCH_APPROX "CUI_HID_SEARCH_APPROX" +#define HID_SEARCH_APPROXSETTINGS "CUI_HID_SEARCH_APPROXSETTINGS" #define HID_SEARCH_BTN_SEARCH "CUI_HID_SEARCH_BTN_SEARCH" #define HID_SEARCH_BTN_CLOSE "CUI_HID_SEARCH_BTN_CLOSE" #define HID_GALLERY_BROWSER "CUI_HID_GALLERY_BROWSER" -- cgit