Commit 9607bf86 authored by Jack Jansen's avatar Jack Jansen

Changed file signature to CW7 project mgr

parent 30a93a01
......@@ -147,8 +147,8 @@ class MacModule(Module):
_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')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment