Unicode correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1fc1bbfc68
commit
63fa3f89e8
@ -59,7 +59,7 @@ bool hvApp::OnInit()
|
|||||||
|
|
||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
wxApp::s_macAboutMenuItemId = wxID_ABOUT;
|
wxApp::s_macAboutMenuItemId = wxID_ABOUT;
|
||||||
wxFileName::MacRegisterDefaultTypeAndCreator( "htb" , 'HTBD' , 'HTBA' ) ;
|
wxFileName::MacRegisterDefaultTypeAndCreator( wxT("htb") , 'HTBD' , 'HTBA' ) ;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int istyle = wxHF_DEFAULT_STYLE;
|
int istyle = wxHF_DEFAULT_STYLE;
|
||||||
|
Loading…
Reference in New Issue
Block a user