added Icon for the Music folder

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31731 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2010-12-14 10:22:50 +00:00
parent cdb08be089
commit 774ac5ba02
5 changed files with 11 additions and 2 deletions

View file

@ -703,6 +703,7 @@ static NSString *_rootPath = @"/";
[folderPathIconDict setObject: @"HomeDirectory" forKey: NSHomeDirectory()];
[folderPathIconDict setObject: @"ImageFolder" forKey: [NSHomeDirectory () stringByAppendingPathComponent: @"Images"]];
[folderPathIconDict setObject: @"MusicFolder" forKey: [NSHomeDirectory () stringByAppendingPathComponent: @"Music"]];
/* it would be nice to use different root icons... */
[folderPathIconDict setObject: @"Root_PC" forKey: _rootPath];