Move images

This commit is contained in:
Gregory John Casamento 2023-06-14 06:49:47 -04:00
parent 48b1c4f38d
commit 6108cb2865

View file

@ -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