Home
last modified time | relevance | path

Searched refs:strLocaleStartTag (Results 1 – 1 of 1) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DSkinManager.cpp981 wxString strLocaleStartTag; in Parse() local
986 strLocaleStartTag.Printf(wxT("<%s>"), strDesiredLocale.c_str()); in Parse()
992 if (match_tag(buf, (const char*)strLocaleStartTag.mb_str(wxConvUTF8))) { in Parse()
1001 if (match_tag(buf, (const char*)strLocaleStartTag.mb_str(wxConvUTF8))) break; in Parse()