Removed strange wxFAIL; added dialup.cpp to filelist.txt

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-11-24 12:14:24 +00:00
parent 82a564fa35
commit 162999bfb7
4 changed files with 22 additions and 12 deletions

View File

@@ -46,8 +46,11 @@ class WXDLLEXPORT wxMenuItemBase : public wxObject
{
public:
// some compilers need a default constructor here, do not use
wxMenuItemBase()
wxMenuItemBase() {}
/* This makes no sense (lots of asserts on MSW) so commenting out -- JACS
{ wxFAIL_MSG( wxT("illegal call") ); }
*/
// creation
static wxMenuItem *New(wxMenu *parentMenu = (wxMenu *)NULL,