diff --git a/Mac/scripts/fixfiletypes.py b/Mac/scripts/fixfiletypes.py index 1d1b1153c55..455f7e36085 100644 --- a/Mac/scripts/fixfiletypes.py +++ b/Mac/scripts/fixfiletypes.py @@ -14,10 +14,10 @@ list = [ ('.py', 'PYTH', 'TEXT'), ('.pyc', 'PYTH', 'PYC '), - ('.c', 'MPCC', 'TEXT'), - ('.h', 'MPCC', 'TEXT'), - ('.as', 'TEXT', 'ToyS'), - ('.hqx', 'TEXT', 'BnHq') + ('.c', 'CWIE', 'TEXT'), + ('.h', 'CWIE', 'TEXT'), + ('.as', 'ToyS', 'TEXT'), + ('.hqx', 'BnHq', 'TEXT') ] def walktree(name, change):