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:
fedor 2003-04-28 02:33:10 +00:00
parent 05a7f146d9
commit ac8269a377
29 changed files with 128 additions and 1076 deletions

View file

@ -3396,9 +3396,9 @@ static NSView* findByTag(NSView *view, int aTag, unsigned *level)
- (void) _loadPrinterProlog: (NSGraphicsContext *)ctxt
{
NSString *prolog;
prolog = [NSBundle pathForGNUstepResource: @"GSProlog"
ofType: @"ps"
inDirectory: @"PrinterTypes"];
prolog = [NSBundle pathForLibraryResource: @"GSProlog"
ofType: @"ps"
inDirectory: @"PostScript"];
if (prolog == nil)
{
NSLog(@"Cannot find printer prolog file");