mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:20:38 +00:00
Updates for filesystem change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16566 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
05a7f146d9
commit
ac8269a377
29 changed files with 128 additions and 1076 deletions
|
@ -51,6 +51,7 @@
|
|||
#include <AppKit/NSGraphics.h>
|
||||
#include <AppKit/NSWindow.h>
|
||||
#include <AppKit/NSPanel.h>
|
||||
#include <AppKit/GSGuiPrivate.h>
|
||||
|
||||
// prototype for function to create name for server
|
||||
NSString *GSSpellServerName(NSString *checkerDictionary, NSString *language);
|
||||
|
@ -267,7 +268,7 @@ static int __documentTag = 0;
|
|||
_ignoredWords = [NSMutableDictionary new];
|
||||
|
||||
// Load the gmodel file
|
||||
if(![NSBundle loadNibFile: @"SpellPanel.gmodel"
|
||||
if(![GSGuiBundle() loadNibFile: @"SpellPanel.gmodel"
|
||||
externalNameTable: [NSDictionary dictionaryWithObject: self forKey: @"NSOwner"]
|
||||
withZone: [self zone]])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue