Searched refs:strFullName (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dintl.cpp1158 wxString strFullName; local
1159 if ( !wxFindFileInPath(&strFullName, searchPath, fn.GetFullPath()) ) {
1166 wxLogVerbose(_("using catalog '%s' from '%s'."), szName, strFullName.c_str());
1167 wxLogTrace(TRACE_I18N, _T("Using catalog \"%s\"."), strFullName.c_str());
1169 wxFile fileMsg(strFullName);
1202 wxLogWarning(_("'%s' is not a valid message catalog."), strFullName.c_str());
H A Dfileconf.cpp1458 wxString strFullName; local
1461 strFullName << wxT("[")
1464 m_pLine = m_pConfig->LineListInsert(strFullName,

Completed in 96 milliseconds