mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
Tidy a little
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5422 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
66a1f06b0b
commit
6d93762aa0
3 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Dec 8 20:54:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Gorm.m: ([-init]) make sure that the palettes manager is loaded.
|
||||
|
||||
Wed Dec 8 16:33:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* GormObjecteditor.m: ([-refreshCells]) cell highlighting fixed so
|
||||
|
|
7
Gorm.m
7
Gorm.m
|
@ -123,6 +123,12 @@
|
|||
selector: @selector(handleNotification:)
|
||||
name: IBWillCloseDocumentNotification
|
||||
object: nil];
|
||||
|
||||
/*
|
||||
* Make sure the palettes manager exists, so that the editors and
|
||||
* inspectors provided in the standard palettes are available.
|
||||
*/
|
||||
[self palettesManager];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
@ -340,6 +346,7 @@ main(void)
|
|||
* Set Gorm up as its own delegate
|
||||
*/
|
||||
[NSApp setDelegate: NSApp];
|
||||
|
||||
[NSApp run];
|
||||
[pool release];
|
||||
return 0;
|
||||
|
|
3
README
3
README
|
@ -5,7 +5,8 @@ This is Gorm version 0.0 ... a very pre-pre-alpha release.
|
|||
|
||||
I'm away from home until the 13th of December, so my aim in placing this
|
||||
code in the CVS repository is to let people have a look over the next few
|
||||
days and let me know if I'm heading in the wrong direction.
|
||||
days and let me know if I'm heading in the wrong direction. After all,
|
||||
this is the very first OpenStep gui app I've written ...
|
||||
|
||||
Please note - to build this code you will need the latest library source
|
||||
from the CVS repository, and it may be that you also need to be using the
|
||||
|
|
Loading…
Reference in a new issue