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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dhelpview.cpp77 wxString service, windowName, titleFormat, argStr; local
209 titleFormat = wxT("Help: %s") ;
215 titleFormat = windowName;
218 m_helpController->SetTitleFormat( titleFormat );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlogg.cpp263 wxString titleFormat; local
265 titleFormat = _("%s Error");
269 titleFormat = _("%s Warning");
273 titleFormat = _("%s Information");
278 title.Printf(titleFormat, appName.c_str());

Completed in 54 milliseconds