mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-15 20:00:09 +10:00
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:
committed by
Ibuprophen
parent
68379f4098
commit
5399e3ad8c
@@ -1301,6 +1301,10 @@ BEGIN
|
||||
IDS_NO_DBLCLICK_TIP "When this is checked, single-clicking shortcuts (links) to folders will open them in explorer. Hovering over the shortcut will still expand sub-menus"
|
||||
IDS_BOLD_SETTINGS "Highlight modified settings"
|
||||
IDS_BOLD_SETTINGS_TIP "When this is checked, settings that have been modified from their defaults will be highlighted in bold"
|
||||
IDS_SEARCH_HINT "Custom search hint"
|
||||
IDS_SEARCH_HINT_TIP "When this is checked, the hint text in the search box will be replaced"
|
||||
IDS_NEW_SEARCH_HINT "Custom search hint text"
|
||||
IDS_NEW_SEARCH_HINT_TIP "The text to replace the search hint with. Empty text is a valid option"
|
||||
END
|
||||
|
||||
#endif // English (U.S.) resources
|
||||
|
||||
Reference in New Issue
Block a user