Moved the method [NSApplication orderFrontHelpPanel:] to here.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14402 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2002-09-06 00:33:31 +00:00
parent 8946a56bfc
commit 19524684e8
2 changed files with 17 additions and 0 deletions

View file

@ -25,6 +25,18 @@
#include <gnustep/gui/config.h>
#include <AppKit/NSHelpPanel.h>
#include <AppKit/NSHelpManager.h>
@implementation NSApplication (NSHelpPanel)
- (void) orderFrontHelpPanel: sender
{
// This is implemented in NSHelpManager.m
[self showHelp: sender];
}
@end
@implementation NSHelpPanel