* Source/GSCharacterPanel.m: Implement -[NSApplication orderFrontCharacterPalette:]

* Source/NSFontPanel.m: Use NSApplication method to order front character palette


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33815 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ericwa 2011-09-07 19:31:22 +00:00
parent ed053b5b5e
commit 8ed41d52d4
3 changed files with 17 additions and 1 deletions

View file

@ -842,7 +842,7 @@ static float sizes[] = {4.0, 6.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0,
- (void) characterPanel: (id)sender
{
[[GSCharacterPanel sharedCharacterPanel] orderFront: nil];
[[NSApplication sharedApplication] orderFrontCharacterPalette: sender];
}
- (NSFont *) _fontForSelection: (NSFont *)fontObject