mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
Move images
This commit is contained in:
parent
48b1c4f38d
commit
6108cb2865
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
|||
self = [super init];
|
||||
if (self != nil)
|
||||
{
|
||||
NSBundle *bundle = [NSBundle mainBundle];
|
||||
NSBundle *bundle = [NSBundle bundleForClass: [self class]];
|
||||
NSString *path;
|
||||
|
||||
document = aDocument; // the document retains us, this is for convenience
|
||||
|
|
Loading…
Reference in a new issue