Added option to use a custom search hint

If set, intercepts the search hint's DrawText function and swaps out the
default text for user-defined text. Leaving the text blank results in an
empty search box.
This commit is contained in:
thisismy-github
2021-08-12 17:32:15 -04:00
committed by Ibuprophen
parent 68379f4098
commit 5399e3ad8c
4 changed files with 14 additions and 1 deletions

View File

@@ -764,6 +764,10 @@
#define IDS_NO_DBLCLICK_TIP 3667
#define IDS_BOLD_SETTINGS 3668
#define IDS_BOLD_SETTINGS_TIP 3669
#define IDS_SEARCH_HINT 3670
#define IDS_SEARCH_HINT_TIP 3671
#define IDS_NEW_SEARCH_HINT 3672
#define IDS_NEW_SEARCH_HINT_TIP 3673
#define IDS_STRING7001 7001
#define IDS_STRING7002 7002
#define IDS_STRING7003 7003