mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
* Source/NSMenuItem.m (GSMenuSeparator -classForCoder): Add
missing method to get separator coding correct. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35023 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a1d2d901ad
commit
4efed91607
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-04-02 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSMenuItem.m (GSMenuSeparator -classForCoder): Add
|
||||
missing method to get separator coding correct.
|
||||
|
||||
2012-03-28 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Tests/gui/NSSavePanel/setDelegate_reload.m,
|
||||
|
|
|
@ -52,6 +52,11 @@ static Class imageClass;
|
|||
|
||||
@implementation GSMenuSeparator
|
||||
|
||||
- (Class) classForCoder
|
||||
{
|
||||
return [NSMenuItem class];
|
||||
}
|
||||
|
||||
- (id) init
|
||||
{
|
||||
self = [super initWithTitle: @"-----------"
|
||||
|
|
Loading…
Reference in a new issue