Searched refs:wxICON_EXCLAMATION (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DKadDlg.cpp182 wxMessageBox(_("Invalid ip to bootstrap"), _("WARNING"), wxOK | wxICON_EXCLAMATION, this); local
188 wxMessageBox(_("Invalid port to bootstrap"), _("WARNING"), wxOK | wxICON_EXCLAMATION, this); local
213 , _("Continue?"), wxICON_EXCLAMATION | wxYES_NO, this) == wxYES ) {
H A DTransferWnd.cpp209 if ( wxMessageBox(_("Are you sure you wish to cancel and delete all files in this category?"),_("Confirmation Required"), wxYES_NO|wxCENTRE|wxICON_EXCLAMATION, this) == wxNO) {
238 wxMessageBox(_("Only 99 categories are supported."), _("Too many categories!"), wxOK | wxICON_EXCLAMATION); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dreader.cpp38 wxMessageBox( msg, _("Error"), wxICON_EXCLAMATION | wxOK ); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Dlistdb.cpp203 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
216 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
347 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
359 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
372 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
387 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
H A Ddbtest.cpp695 wxMessageBox(wxT("Unable to define data source connection info."), wxT("DB CONNECTION ERROR..."),wxOK | wxICON_EXCLAMATION); local
716 wxMessageBox(wxT("Unable to connect to the data source.\n\nCheck the name of your data source to verify it has been correctly entered/spelled.\n\nWith some databases, the user name and password must\nbe created with full rights to the CONTACT table prior to making a connection\n(using tools provided by the database manufacturer)"), wxT("DB CONNECTION ERROR..."),wxOK | wxICON_EXCLAMATION); local
753 wxMessageBox(tStr,wxT("File I/O Error..."),wxOK | wxICON_EXCLAMATION);
788 wxMessageBox(tStr,wxT("File I/O Error..."),wxOK | wxICON_EXCLAMATION);
827 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
839 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
912 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
996 wxMessageBox(wxT("Unable to initialize the editor dialog for some reason"),wxT("Error..."),wxOK | wxICON_EXCLAMATION); local
1002 wxMessageBox(wxT("Unable to create the editor dialog for some reason"),wxT("Error..."),wxOK | wxICON_EXCLAMATION); local
1013 wxMessageBox(wxT("Unable to create the parameter dialog for some reason"),wxT("Error..."),wxOK | wxICON_EXCLAMATION); local
1082 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
1337 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
1407 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
1444 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
1528 wxMessageBox(wxT("Unable to instantiate an instance of Ccontact"),wxT("Error..."),wxOK | wxICON_EXCLAMATION); local
1571 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
1582 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
1689 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
1735 wxMessageBox(wxT("Something bad happened while reading..."), wxT("BLOB Loading Error"), wxOK | wxICON_EXCLAMATION); local
1742 wxMessageBox(wxT("Selected File is TOO BIG. 60k is the max image size"), wxT("BLOB Loading Error"), wxOK | wxICON_EXCLAMATION); local
1745 wxMessageBox(wxT("Unable to open the requested image file"), wxT("File Access Error"), wxOK | wxICON_EXCLAMATION); local
2002 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
2010 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
2023 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
2130 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
2442 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
2838 wxMessageBox(wxT("Memory allocation failed creating a wxDbTable object."),wxT("Error..."),wxOK | wxICON_EXCLAMATION); local
2846 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
2890 wxMessageBox(wxT("There are mismatched parenthesis in the constructed where clause"),wxT("Error..."),wxOK | wxICON_EXCLAMATION); local
3358 wxMessageBox(wxT("Unable to instantiate an instance of Ccontact"), wxT("Error..."), wxOK | wxICON_EXCLAMATION); local
3370 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
3385 wxT("ODBC Error..."),wxOK | wxICON_EXCLAMATION); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmsgdlg.cpp88 if (wxStyle & wxICON_EXCLAMATION)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dmsgdlg.cpp88 if (lStyle & wxICON_EXCLAMATION)
H A Dfiledlg.cpp317 ,wxYES_NO | wxICON_EXCLAMATION
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dmsgdlg.cpp71 if (style & wxICON_EXCLAMATION)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dmsgdlg.cpp62 if (style & wxICON_EXCLAMATION)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dscorefil.cpp116 wxOK | wxICON_EXCLAMATION); local
H A Dgame.cpp162 wxOK | wxICON_EXCLAMATION); local
174 wxOK | wxICON_EXCLAMATION); local
815 wxOK | wxICON_EXCLAMATION); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dpropform.cpp438 wxMessageBox(buf, wxT("Property value error"), wxOK | wxICON_EXCLAMATION, parentWindow);
446 wxMessageBox(buf, wxT("Property value error"), wxOK | wxICON_EXCLAMATION, parentWindow);
509 wxMessageBox(buf, wxT("Property value error"), wxOK | wxICON_EXCLAMATION, parentWindow);
524 wxMessageBox(buf, wxT("Property value error"), wxOK | wxICON_EXCLAMATION, parentWindow);
652 wxMessageBox(str, wxT("Property value error"), wxOK | wxICON_EXCLAMATION, parentWindow);
H A Dproplist.cpp894 wxMessageBox(buf, wxT("Property value error"), wxOK | wxICON_EXCLAMATION, parentWindow);
902 wxMessageBox(buf, wxT("Property value error"), wxOK | wxICON_EXCLAMATION, parentWindow);
957 wxMessageBox(buf, wxT("Property value error"), wxOK | wxICON_EXCLAMATION, parentWindow);
964 wxMessageBox(buf, wxT("Property value error"), wxOK | wxICON_EXCLAMATION, parentWindow);
1012 wxMessageBox(wxT("Value must be True or False!"), wxT("Property value error"), wxOK | wxICON_EXCLAMATION, parentWindow); variable
1134 wxMessageBox( str.GetData(), wxT("Property value error"), wxOK | wxICON_EXCLAMATION, parentWindow);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmsgdlg.cpp46 if (style & wxICON_EXCLAMATION)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmsgdlg.cpp46 if (style & wxICON_EXCLAMATION)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Ddialogs.cpp199 wxMessageBox(_T("Dotted grid style not yet implemented."), _T("Studio"), wxICON_EXCLAMATION);
276 wxMessageBox(_T("Could not load the attribute dialog for this shape."), _T("Studio"), wxICON_EXCLAMATION);
H A Ddoc.cpp66 (void)wxMessageBox(_T("Sorry, could not open this file for saving."), msgTitle, wxOK | wxICON_EXCLAMATION, local
90 (void)wxMessageBox(_T("Sorry, could not open this file."), msgTitle, wxOK|wxICON_EXCLAMATION, local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dmsgdlg.cpp133 else if ( style & wxICON_EXCLAMATION )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextstyledlg.cpp577 wxMessageBox(_("Sorry, that name is taken. Please choose another."), _("New Style"), wxICON_EXCLAMATION|wxOK, this);
625 wxMessageBox(_("Sorry, that name is taken. Please choose another."), _("New Style"), wxICON_EXCLAMATION|wxOK, this);
780 wxMessageBox(_("Sorry, that name is taken. Please choose another."), _("New Style"), wxICON_EXCLAMATION|wxOK, this);
856 wxMessageBox(_("Sorry, that name is taken. Please choose another."), _("New Style"), wxICON_EXCLAMATION|wxOK, this);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dvaltext.cpp178 wxOK | wxICON_EXCLAMATION, parent);
H A Ddocview.cpp579 (void)wxMessageBox(_("Sorry, could not open this file for saving."), msgTitle, wxOK | wxICON_EXCLAMATION, local
586 (void)wxMessageBox(_("Sorry, could not save this file."), msgTitle, wxOK | wxICON_EXCLAMATION, local
1286 wxOK | wxICON_EXCLAMATION, wxFindSuitableParent()); local
1614 (void)wxMessageBox(_("Sorry, could not open this file."), msgTitle, wxOK | wxICON_EXCLAMATION, local
1636 wxOK | wxICON_EXCLAMATION, wxFindSuitableParent()); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/stc/
H A Dstctest.cpp366 wxOK | wxICON_EXCLAMATION); local
391 wxOK | wxICON_EXCLAMATION); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mobile/wxedit/
H A Dwxedit.cpp320 _T("wxEdit"), wxYES_NO|wxCANCEL|wxICON_EXCLAMATION );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddefs.h1608 #define wxICON_EXCLAMATION 0x00000100 macro
1610 #define wxICON_WARNING wxICON_EXCLAMATION

Completed in 341 milliseconds

12