replace 'fldr' with kGenericFolderIcon

This commit is contained in:
Mitchell Livingston
2011-10-06 03:16:06 +00:00
parent 54fe88ff2b
commit 8abd52938c
5 changed files with 6 additions and 6 deletions

View File

@@ -146,7 +146,7 @@
const BOOL multifile = !fInfo->isSingleFile;
NSImage * icon = [[NSWorkspace sharedWorkspace] iconForFileType: multifile
? NSFileTypeForHFSTypeCode('fldr') : [fPath pathExtension]];
? NSFileTypeForHFSTypeCode(kGenericFolderIcon) : [fPath pathExtension]];
[icon setSize: [fIconView frame].size];
[fIconView setImage: icon];