Home
last modified time | relevance | path

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

/dports/games/xfrisk/XFrisk/
H A DaiStubs.c31 Int32 UTIL_PopupDialog(CString strTitle, CString strQuestion, in UTIL_PopupDialog() argument
41 printf("AI: [%s] `%s'\n", strTitle, strQuestion); in UTIL_PopupDialog()
44 printf("IA: [%s] `%s'\n", strTitle, strQuestion); in UTIL_PopupDialog()
H A Dutils.h65 Int32 UTIL_PopupDialog(CString strTitle, CString strQuestion,
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DAccountInfoPage.cpp423 wxString strQuestion; in OnPageChanged() local
424 strQuestion.Printf( in OnPageChanged()
428 m_pAccountQuestionStaticCtrl->SetLabel(strQuestion); in OnPageChanged()