mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
6a418628a1
commit
183c4898d9
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue