Moved the "not implemented yet" Panel to the shared instance

method of this class.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8334 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2000-12-16 16:23:41 +00:00
parent 7fd633c784
commit 1c75b66d52
2 changed files with 4 additions and 0 deletions

View file

@ -48,6 +48,8 @@
// //
+ (NSDataLinkPanel *)sharedDataLinkPanel + (NSDataLinkPanel *)sharedDataLinkPanel
{ {
NSRunAlertPanel (NULL, @"Data Link Panel not implemented yet",
@"OK", NULL, NULL);
return nil; return nil;
} }

View file

@ -48,6 +48,8 @@
// //
+ (NSHelpPanel *)sharedHelpPanel + (NSHelpPanel *)sharedHelpPanel
{ {
NSRunAlertPanel (NULL, @"Help Panel not implemented yet",
@"OK", NULL, NULL);
return nil; return nil;
} }