* Source/NSWindow.m: Uncomment updateMenu:.. method call in

-[NSWindow update] method.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29383 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2010-01-24 08:05:45 +00:00
parent 5c6e6f88c9
commit 48a4ef2ece
2 changed files with 10 additions and 3 deletions

View file

@ -2316,7 +2316,7 @@ many times.
NSInterfaceStyleForKey(@"NSMenuInterfaceStyle", nil);
if(style == NSWindows95InterfaceStyle)
{
//[[GSTheme theme] updateMenu: [self menu] forWindow: self];
[[GSTheme theme] updateMenu: [self menu] forWindow: self];
}
}