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

@ -1,3 +1,10 @@
2010-12-14 Riccardo Mottola
* Source/NSWorkspace.m
* Images/GNUmakefile
* Images/common_MusicFolder.tiff
Added icon for the Music folder.
2010-12-13 Fred Kiefer <FredKiefer@gmx.de>
* Headers/Additions/GNUstepGUI/GSLayoutManager_internal.h,

View file

@ -82,6 +82,7 @@ Images_RESOURCE_FILES = \
common_MiniWindowTile.tiff \
common_Miniaturize.tiff \
common_MiniaturizeH.tiff \
common_MusicFolder.tiff \
common_Mount.tiff \
common_Nibble.tiff \
common_OpenHandCursor.tiff \

Binary file not shown.

View file

@ -62,8 +62,8 @@
#import "GNUstepGUI/GSTitleView.h"
/* a border width of 5 gives a reasonable compromise between Cocoa metrics and looking good */
/* 8.0 gives us the NeXT Look */
#define COLOR_WELL_BORDER_WIDTH 8.0
/* 7.0 gives us the NeXT Look (which is 8 pix wide including the shadow) */
#define COLOR_WELL_BORDER_WIDTH 7.0
@interface NSTableView (Private)
- (float *)_columnOrigins;

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];