diff --git a/src/search_engine.cpp b/src/search_engine.cpp index 0dc4e4ab..cf4c36ef 100644 --- a/src/search_engine.cpp +++ b/src/search_engine.cpp @@ -30,8 +30,8 @@ extern Menu< std::pair > *mSearcher; bool search_match_to_pattern = 1; bool search_case_sensitive = 0; -extern const char *search_mode_normal = "Match if tag contains searched phrase"; -extern const char *search_mode_strict = "Match only if both values are the same"; +const char *search_mode_normal = "Match if tag contains searched phrase"; +const char *search_mode_strict = "Match only if both values are the same"; void SearchEngineDisplayer(const std::pair &pair, void *, Menu< std::pair > *menu) {