]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fileconf.cpp
wxASSERT(false) --> wxFAIL
[wxWidgets.git] / src / common / fileconf.cpp
index fc33eb727299d1e9d92fcea78df99ac082867685..f70b797e3fedec095d08fbe75e55289e1f13eece 100644 (file)
@@ -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?)