* 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:
Gregory John Casamento 2010-01-24 08:05:45 +00:00
parent fa1f260116
commit b9bbc50a11
2 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2010-01-24 03:07-EST Gregory John Casamento <greg.casamento@gmail.com>
* Source/NSWindow.m: Uncomment updateMenu:.. method call in
-[NSWindow update] method.
2010-01-23 Eric Wasylishen <ewasylishen@gmail.com>
* Source/NSColorWell.m: Add a minimum distance which you need to
@ -34,8 +39,10 @@
2010-01-20 German Arias <german@xelalug.org>
* Resources/Spanish.lproj/Localizable.strings: Added translation to "Opacity".
* ColorPickers/Spanish.lproj/StandardPicker.strings: Corrected the file path in the commentary.
* Resources/Spanish.lproj/Localizable.strings: Added translation
to "Opacity".
* ColorPickers/Spanish.lproj/StandardPicker.strings: Corrected the
file path in the commentary.
2010-01-20 Riccardo Mottola <rmottola@users.sf.net>

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];
}
}