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:
Fred Kiefer 2000-12-16 16:23:41 +00:00
parent edb22721b2
commit 2c91a0f895
2 changed files with 4 additions and 0 deletions

View file

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

View file

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