mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 20:20:38 +00:00
Coding style fixups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22019 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
397660b06d
commit
6988bf34c2
60 changed files with 577 additions and 513 deletions
|
@ -289,7 +289,7 @@ makeScrollViewWithRect(NSRect rect)
|
|||
[button setButtonType: NSMomentaryPushButton];
|
||||
[button setTitle: @""];
|
||||
[button setTarget: self];
|
||||
[button setAction: @selector(buttonAction: )];
|
||||
[button setAction: @selector(buttonAction:)];
|
||||
[button setFont: [NSFont systemFontOfSize: 0]];
|
||||
return button;
|
||||
}
|
||||
|
@ -1334,7 +1334,7 @@ void NSBeginInformationalAlertSheet(NSString *title,
|
|||
[button setAutoresizingMask: NSViewMinXMargin | NSViewMaxYMargin];
|
||||
[button setButtonType: NSMomentaryPushButton];
|
||||
[button setTarget: self];
|
||||
[button setAction: @selector(buttonAction: )];
|
||||
[button setAction: @selector(buttonAction:)];
|
||||
[button setFont: [NSFont systemFontOfSize: 0]];
|
||||
if (count == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue