fix usage of MacRegisterDefaultTypeAndCreator

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-10-04 18:41:29 +00:00
parent 723de43b24
commit 97c0c88bce

View File

@@ -57,7 +57,7 @@ bool hvApp::OnInit()
wxArtProvider::Push(new AlternateArtProvider); wxArtProvider::Push(new AlternateArtProvider);
#ifdef __WXMAC__ #if defined( __WXOSX_MAC__ ) && wxOSX_USE_CARBON
wxApp::s_macAboutMenuItemId = wxID_ABOUT; wxApp::s_macAboutMenuItemId = wxID_ABOUT;
wxFileName::MacRegisterDefaultTypeAndCreator( wxT("htb") , 'HTBD' , 'HTBA' ) ; wxFileName::MacRegisterDefaultTypeAndCreator( wxT("htb") , 'HTBD' , 'HTBA' ) ;
#endif #endif