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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Ddoc.cpp60 wxString msgTitle; local
62 msgTitle = wxTheApp->GetAppName();
64 msgTitle = wxString(_T("File error"));
66 (void)wxMessageBox(_T("Sorry, could not open this file for saving."), msgTitle, wxOK | wxICON_EXCLAMATION,
81 wxString msgTitle;
83 msgTitle = wxTheApp->GetAppName();
85 msgTitle = wxString(_T("File error"));
90 (void)wxMessageBox(_T("Sorry, could not open this file."), msgTitle, wxOK|wxICON_EXCLAMATION,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocview.cpp455 wxString msgTitle; local
457 msgTitle = wxTheApp->GetAppName();
459 msgTitle = wxString(_("Warning"));
464 int res = wxMessageBox(prompt, msgTitle,
565 wxString msgTitle; local
567 msgTitle = wxTheApp->GetAppName();
569 msgTitle = wxString(_("File error"));
579 (void)wxMessageBox(_("Sorry, could not open this file for saving."), msgTitle, wxOK | wxICON_EXCLAMATION,
586 (void)wxMessageBox(_("Sorry, could not save this file."), msgTitle, wxOK | wxICON_EXCLAMATION,
1608 wxString msgTitle; local
[all...]

Completed in 167 milliseconds