mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 11:41:05 +00:00
Move images for target/action linking
This commit is contained in:
parent
9f438b3edd
commit
d409d06143
7 changed files with 5 additions and 5 deletions
|
@ -88,6 +88,10 @@ Gorm_RESOURCE_FILES = \
|
|||
Images/GormNib.tiff \
|
||||
Images/GormPalette.tiff \
|
||||
Images/Gorm.tiff \
|
||||
Images/GormSourceTag.tiff \
|
||||
Images/GormTargetTag.tiff \
|
||||
Images/GormLinkImage.tiff \
|
||||
Images/GormTesting.tiff \
|
||||
|
||||
|
||||
Gorm_LOCALIZED_RESOURCE_FILES = \
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
{
|
||||
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
|
||||
NSNotificationCenter *ndc = [NSDistributedNotificationCenter defaultCenter];
|
||||
NSBundle *bundle = [NSBundle mainBundle];
|
||||
NSBundle *bundle = [NSBundle bundleForClass: [self class]];
|
||||
NSString *path;
|
||||
NSConnection *conn = [NSConnection defaultConnection];
|
||||
|
||||
|
|
|
@ -206,7 +206,6 @@ GormCore_RESOURCE_FILES = \
|
|||
Images/GormFirstResponder.tiff \
|
||||
Images/GormFontManager.tiff \
|
||||
Images/GormImage.tiff \
|
||||
Images/GormLinkImage.tiff \
|
||||
Images/GormMenu.tiff \
|
||||
Images/GormMHCoil.tiff \
|
||||
Images/GormMHLine.tiff \
|
||||
|
@ -216,9 +215,6 @@ GormCore_RESOURCE_FILES = \
|
|||
Images/GormOutletSelected.tiff \
|
||||
Images/GormOutlet.tiff \
|
||||
Images/GormSound.tiff \
|
||||
Images/GormSourceTag.tiff \
|
||||
Images/GormTargetTag.tiff \
|
||||
Images/GormTesting.tiff \
|
||||
Images/GormUnknown.tiff \
|
||||
Images/GormView.tiff \
|
||||
Images/GormWindow.tiff \
|
||||
|
|
Loading…
Reference in a new issue