mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Fixed typo in last commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5860 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5f88642e69
commit
b1a006afbc
1 changed files with 1 additions and 1 deletions
|
@ -1628,7 +1628,7 @@ NSAssert([event retainCount] > 0, NSInternalInconsistencyException);
|
|||
- (void) orderFrontHelpPanel: sender
|
||||
{
|
||||
NSRunAlertPanel (NULL, @"Help Panel not implemented yet",
|
||||
@"OK", NULL, NULL)
|
||||
@"OK", NULL, NULL);
|
||||
}
|
||||
|
||||
- (void) runPageLayout: sender
|
||||
|
|
Loading…
Reference in a new issue