https://git.reactos.org/?p=reactos.git;a=commitdiff;h=480f729f6dd46f07b7d033b81c87826d57e72101
commit 480f729f6dd46f07b7d033b81c87826d57e72101 Author: Stanislav Motylkov <[email protected]> AuthorDate: Thu Apr 16 14:16:48 2020 +0300 Commit: Stanislav Motylkov <[email protected]> CommitDate: Thu Apr 16 14:16:48 2020 +0300 [BROWSEUI] Fix build. Addendum to ac29d29. CORE-16810 --- dll/win32/browseui/resource.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dll/win32/browseui/resource.h b/dll/win32/browseui/resource.h index 8f032f2b7cd..aba9e2fb8b0 100644 --- a/dll/win32/browseui/resource.h +++ b/dll/win32/browseui/resource.h @@ -171,4 +171,5 @@ #define IDS_COL_RELEVANCE 8989 #define IDS_SEARCH_FILES_FOUND 9232 #define IDS_SEARCH_FOLDER 9234 +#define IDS_SEARCH_RESULTS 30520 #define IDS_SEARCH_OPEN_FOLDER 40960
