mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 10:21:00 +00:00
* 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:
parent
5c6e6f88c9
commit
48a4ef2ece
2 changed files with 10 additions and 3 deletions
11
ChangeLog
11
ChangeLog
|
@ -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>
|
2010-01-23 Eric Wasylishen <ewasylishen@gmail.com>
|
||||||
|
|
||||||
* Source/NSColorWell.m: Add a minimum distance which you need to
|
* Source/NSColorWell.m: Add a minimum distance which you need to
|
||||||
|
@ -34,8 +39,10 @@
|
||||||
|
|
||||||
2010-01-20 German Arias <german@xelalug.org>
|
2010-01-20 German Arias <german@xelalug.org>
|
||||||
|
|
||||||
* Resources/Spanish.lproj/Localizable.strings: Added translation to "Opacity".
|
* Resources/Spanish.lproj/Localizable.strings: Added translation
|
||||||
* ColorPickers/Spanish.lproj/StandardPicker.strings: Corrected the file path in the commentary.
|
to "Opacity".
|
||||||
|
* ColorPickers/Spanish.lproj/StandardPicker.strings: Corrected the
|
||||||
|
file path in the commentary.
|
||||||
|
|
||||||
2010-01-20 Riccardo Mottola <rmottola@users.sf.net>
|
2010-01-20 Riccardo Mottola <rmottola@users.sf.net>
|
||||||
|
|
||||||
|
|
|
@ -2316,7 +2316,7 @@ many times.
|
||||||
NSInterfaceStyleForKey(@"NSMenuInterfaceStyle", nil);
|
NSInterfaceStyleForKey(@"NSMenuInterfaceStyle", nil);
|
||||||
if(style == NSWindows95InterfaceStyle)
|
if(style == NSWindows95InterfaceStyle)
|
||||||
{
|
{
|
||||||
//[[GSTheme theme] updateMenu: [self menu] forWindow: self];
|
[[GSTheme theme] updateMenu: [self menu] forWindow: self];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue