diff --git a/ChangeLog b/ChangeLog index 120d5c809..de81405cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-01-24 03:07-EST Gregory John Casamento + + * Source/NSWindow.m: Uncomment updateMenu:.. method call in + -[NSWindow update] method. + 2010-01-23 Eric Wasylishen * Source/NSColorWell.m: Add a minimum distance which you need to @@ -34,8 +39,10 @@ 2010-01-20 German Arias - * 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 diff --git a/Source/NSWindow.m b/Source/NSWindow.m index 28711c2da..d3c10349a 100644 --- a/Source/NSWindow.m +++ b/Source/NSWindow.m @@ -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]; } }