Improved gmodel import.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20765 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-02-20 17:41:27 +00:00
parent 6a418628a1
commit 183c4898d9
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-02-20 12:48 Gregory John Casamento <greg_casamento@yahoo.com>
* GModelDecoder.m: Mapped NSCStringText to NSText.
2005-02-19 02:29 Gregory John Casamento <greg_casamento@yahoo.com>
* Defaults.plist: Added new default "AllowUserBundles" to

View file

@ -439,6 +439,7 @@ static BOOL gormFileOwnerDecoded;
[u decodeClassName: @"NSPopUpButtonCell" asClassName: @"GormNSPopUpButtonCell"];
[u decodeClassName: @"NSOutlineView" asClassName: @"GormNSOutlineView"];
[u decodeClassName: @"NSMenuTemplate" asClassName: @"GModelMenuTemplate"];
[u decodeClassName: @"NSCStringText" asClassName: @"NSText"];
// process the model to take care of any custom classes...
model = [NSMutableDictionary dictionaryWithContentsOfFile: path];