git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13838
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( wxFileName::MacFindDefaultTypeAndCreator(GetExt() , &type ,
&creator ) )
{
if ( wxFileName::MacFindDefaultTypeAndCreator(GetExt() , &type ,
&creator ) )
{
- MacSetTypeAndCreator( type , creator ) ;
- }
+ return MacSetTypeAndCreator( type , creator ) ;
+ }
+ return false;
}
bool wxFileName::MacFindDefaultTypeAndCreator( const wxString& ext , wxUint32 *type , wxUint32 *creator )
}
bool wxFileName::MacFindDefaultTypeAndCreator( const wxString& ext , wxUint32 *type , wxUint32 *creator )