diff --git a/Tools/bgen/bgen/macsupport.py b/Tools/bgen/bgen/macsupport.py index e4c05a8aefc..8d13afa9ea1 100644 --- a/Tools/bgen/bgen/macsupport.py +++ b/Tools/bgen/bgen/macsupport.py @@ -147,8 +147,8 @@ def exceptionInitializer(self): _SetOutputFileName = SetOutputFileName # Save original def SetOutputFileName(file = None): - "Set the output file name and set its creator&type to MPCC&TEXT" + "Set the output file name and set its creator&type to CWIE&TEXT" _SetOutputFileName(file) if file: import MacOS - MacOS.SetCreatorAndType(file, 'MPCC', 'TEXT') + MacOS.SetCreatorAndType(file, 'CWIE', 'TEXT')