mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Fix spelling and extra include.
This commit is contained in:
parent
d2ad3e7cfe
commit
c8c312351a
2 changed files with 2 additions and 3 deletions
|
@ -14,9 +14,9 @@
|
|||
NSControlContents. Make sure enabled is YES when not
|
||||
present.
|
||||
* Source/NSColor.m: Minor changes
|
||||
* Source/NSMatrix.m: Remove uneeded code
|
||||
* Source/NSMatrix.m: Remove unneeded code
|
||||
* Source/NSSwitch.m: Implementation of NSSwitch
|
||||
* Source/NSToolbarItem.m: Remove uneeded code
|
||||
* Source/NSToolbarItem.m: Remove unneeded code
|
||||
|
||||
2020-04-13 Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
#import "AppKit/NSScrollView.h"
|
||||
#import "AppKit/NSSliderCell.h"
|
||||
#import "AppKit/NSSplitView.h"
|
||||
#import "AppKit/NSSwitch.h"
|
||||
#import "AppKit/NSTableColumn.h"
|
||||
#import "AppKit/NSTableHeaderView.h"
|
||||
#import "AppKit/NSTableView.h"
|
||||
|
|
Loading…
Reference in a new issue