]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/file_types.go
Add initial support for resource and info forks
[rbdr/mobius] / hotline / file_types.go
index e9f45bb59ce1e5653cf6f48d319fe462029bd2eb..216232384936bfcc535933235069e67f05b0b9a0 100644 (file)
@@ -63,9 +63,12 @@ var fileTypes = map[string]fileType{
 
 // A small number of type codes are displayed in the GetInfo window with a friendly name instead of the 4 letter code
 var friendlyCreatorNames = map[string]string{
+       "APPL": "Application Program",
+       "HTbm": "Hotline Bookmark",
        "fldr": "Folder",
        "flda": "Folder Alias",
        "HTft": "Incomplete File",
        "SIT!": "StuffIt Archive",
        "TEXT": "Text File",
+       "HTLC": "Hotline",
 }