[runPageLayout:] use real panel.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7832 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2000-10-16 22:53:39 +00:00
parent 57023039b9
commit 0630943220

View file

@ -67,6 +67,7 @@
#include <AppKit/NSNibLoading.h>
#include <AppKit/IMLoading.h>
#include <AppKit/DPSOperators.h>
#include <AppKit/NSPageLayout.h>
/*
* AppKit exception handler (overrides Foundation)
@ -1709,8 +1710,7 @@ NSAssert([event retainCount] > 0, NSInternalInconsistencyException);
- (void) runPageLayout: sender
{
NSRunAlertPanel (NULL, @"Page Layout Panel not implemented yet",
@"OK", NULL, NULL);
[[NSPageLayout pageLayout] runModal];
}
/* infoPanel, macosx API -- Deprecated */