correct typo in my previous commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4883dc77e1
commit
863001cdca
@ -157,7 +157,7 @@ bool MyApp::OnInit()
|
||||
new wxDocTemplate(docManager, "Drawing", "*.drw", "", "drw",
|
||||
"Drawing Doc", "Drawing View",
|
||||
CLASSINFO(DrawingDocument), CLASSINFO(DrawingView));
|
||||
#if defined __WXMAC__ ) && defined( wxOSX_USE_CARBON )
|
||||
#if defined( __WXMAC__ ) && defined( wxOSX_USE_CARBON )
|
||||
wxFileName::MacRegisterDefaultTypeAndCreator("drw" , 'WXMB' , 'WXMA');
|
||||
#endif
|
||||
|
||||
@ -173,7 +173,7 @@ bool MyApp::OnInit()
|
||||
new wxDocTemplate(docManager, "Text", "*.txt;*.text", "", "txt;text",
|
||||
"Text Doc", "Text View",
|
||||
CLASSINFO(TextEditDocument), CLASSINFO(TextEditView));
|
||||
#if defined __WXMAC__ ) && defined( wxOSX_USE_CARBON )
|
||||
#if defined( __WXMAC__ ) && defined( wxOSX_USE_CARBON )
|
||||
wxFileName::MacRegisterDefaultTypeAndCreator("txt" , 'TEXT' , 'WXMA');
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user