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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user