mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 11:41:05 +00:00
Pretty up
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5612 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d9f6720bbf
commit
188843121e
7 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Dec 22 12:16:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
Replaced the two NeXT images for sounds and classes.
|
||||
Improved drag and drop.
|
||||
|
||||
Tue Dec 21 15:30:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
Added size inspector for autoresizing of views.
|
||||
|
|
|
@ -50,6 +50,7 @@ Gorm_RESOURCE_FILES = \
|
|||
Images/GormMenu.tiff \
|
||||
Images/GormObject.tiff \
|
||||
Images/GormSound.tiff \
|
||||
Images/GormUnknown.tiff \
|
||||
Images/GormSourceTag.tiff \
|
||||
Images/GormTargetTag.tiff \
|
||||
Images/GormLinkImage.tiff \
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
if (image == nil)
|
||||
{
|
||||
NSBundle *bundle = [NSBundle mainBundle];
|
||||
NSString *path = [bundle pathForImageResource: @"GormObject"];
|
||||
NSString *path = [bundle pathForImageResource: @"GormUnknown"];
|
||||
|
||||
image = [[NSImage alloc] initWithContentsOfFile: path];
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Images/GormUnknown.tiff
Normal file
BIN
Images/GormUnknown.tiff
Normal file
Binary file not shown.
Loading…
Reference in a new issue