wxASSERT(false) --> wxFAIL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -284,7 +284,7 @@ wxString wxFileConfig::GetGlobalDir()
|
||||
strDir.Printf(wxT("%c:\\OS2\\"), 'A'+drive-1);
|
||||
}
|
||||
#elif defined(__WXSTUBS__)
|
||||
wxASSERT_MSG( false, wxT("TODO") ) ;
|
||||
wxFAIL_MSG( wxT("TODO") );
|
||||
#elif defined(__DOS__)
|
||||
// There's no such thing as global cfg dir in MS-DOS, let's return
|
||||
// current directory (FIXME_MGL?)
|
||||
|
Reference in New Issue
Block a user