mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:20:37 +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
cd5a9ae86b
commit
0de7e778fe
29 changed files with 128 additions and 1076 deletions
|
@ -115,8 +115,8 @@ static NSPrintPanel *shared_instance;
|
|||
if (self == nil)
|
||||
return nil;
|
||||
|
||||
panel = [NSBundle pathForGNUstepResource: GSPANELNAME ofType: @"gorm"
|
||||
inDirectory: nil];
|
||||
panel = [GSGuiBundle() pathForResource: GSPANELNAME ofType: @"gorm"
|
||||
inDirectory: nil];
|
||||
if (panel == nil)
|
||||
{
|
||||
NSRunAlertPanel(@"Error", @"Could not find print panel resource",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue