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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2any.cpp282 wxString informBuf; local
287 informBuf.Printf(_T("Warning: it is recommended that command %s is not used."), def->name);
288 OnInform((const wxChar *)informBuf.c_str());
293 informBuf.Printf(_T("Error: command %s cannot be used and will lead to errors."), def->name);
294 OnInform((const wxChar *)informBuf.c_str());
3257 wxString informBuf; local
3258 informBuf.Printf(_T("Warning: unresolved reference '%s'"), refName);
3259 OnInform((wxChar *)informBuf.c_str());
3411 wxString informBuf; local
3412 informBuf
[all...]

Completed in 60 milliseconds