mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
[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:
parent
57023039b9
commit
0630943220
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue