mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 16:20:46 +00:00
Corrected image name
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19240 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dc4eb1619b
commit
c35f6f8821
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@
|
|||
@implementation GSToolbarSeparatorItem
|
||||
- (id) initWithItemIdentifier: (NSString *)itemIdentifier
|
||||
{
|
||||
NSImage *image = [NSImage imageNamed: @"common_ToolbarSeperatorItem"];
|
||||
NSImage *image = [NSImage imageNamed: @"common_ToolbarSeparatorItem"];
|
||||
|
||||
self = [super initWithItemIdentifier: itemIdentifier];
|
||||
[(NSButton *)[self _backView] setImagePosition: NSImageOnly];
|
||||
|
|
Loading…
Reference in a new issue