fixing compilo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2005-04-22 05:12:20 +00:00
parent 571b0b138b
commit b94fa9f5ab

View File

@ -1722,7 +1722,7 @@ wxFileType* wxMimeTypesManagerImpl::Associate(const wxFileTypeInfo& ftInfo)
entry.fileCreator = creator;
entry.postCreator = 0;
entry.flags = kICMapDataForkBit; //TODO: Maybe resource is valid by default too?
entry.extension = psExtension;
PLstrcpy( entry.extension , psExtension ) ;
memcpy(entry.creatorAppName, psCreatorName, sizeof(Str255));
memcpy(entry.postAppName, psPostCreatorName, sizeof(Str255));
memcpy(entry.MIMEType, psMimeType, sizeof(Str255));