Use common_ColorSwatch as color dragging image.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6524 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Jonathan Gapen 2000-04-28 00:33:36 +00:00
parent 66ae5be420
commit 8ff9c02392

View file

@ -236,7 +236,7 @@ static int _gs_gui_color_picker_mode = NSRGBModeColorPanel;
fromView:(NSView *)sourceView
{
NSPasteboard *pb = [NSPasteboard pasteboardWithName: NSDragPboard];
NSImage *image = [NSImage imageNamed: @"colorwell_DragImage"];
NSImage *image = [NSImage imageNamed: @"common_ColorSwatch"];
[pb declareTypes: [NSArray arrayWithObjects: NSColorPboardType, nil]
owner: aColor];