mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Also replaced GMModel with NSBundle in [init].
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9662 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
be89206db1
commit
d8c9b93041
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ float sizes[] = {4.0, 6.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0,
|
|||
*/
|
||||
- (id) init
|
||||
{
|
||||
// if (![GMModel loadIMFile: @"FontPanel" owner: self]);
|
||||
// if (![NSBundle loadNibNamed: @"FontPanel" owner: self]);
|
||||
[self _initWithoutGModel];
|
||||
|
||||
ASSIGN(_familyList, [[NSFontManager sharedFontManager]
|
||||
|
|
Loading…
Reference in a new issue