diff options
Diffstat (limited to 'linden/indra/newview/llpaneldirpeople.cpp')
-rw-r--r-- | linden/indra/newview/llpaneldirpeople.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpaneldirpeople.cpp b/linden/indra/newview/llpaneldirpeople.cpp index cae2bef..4ecf3da 100644 --- a/linden/indra/newview/llpaneldirpeople.cpp +++ b/linden/indra/newview/llpaneldirpeople.cpp | |||
@@ -93,7 +93,7 @@ void LLPanelDirPeople::performQuery() | |||
93 | // if we filtered something out, display a popup | 93 | // if we filtered something out, display a popup |
94 | if ( query_was_filtered ) | 94 | if ( query_was_filtered ) |
95 | { | 95 | { |
96 | LLString::format_map_t args; | 96 | LLStringUtil::format_map_t args; |
97 | args["[FINALQUERY]"] = query_string; | 97 | args["[FINALQUERY]"] = query_string; |
98 | gViewerWindow->alertXml("SeachFilteredOnShortWords", args); | 98 | gViewerWindow->alertXml("SeachFilteredOnShortWords", args); |
99 | }; | 99 | }; |