Changed CW signature and fixed .as/.hqx creator/type
diff --git a/Mac/scripts/fixfiletypes.py b/Mac/scripts/fixfiletypes.py
index 1d1b115..455f7e3 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):