diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-01 20:40:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-05 08:52:05 +0100 |
commit | d8d90dd4ff36002ac3c207ec7e5d6e84f18a5b49 (patch) | |
tree | cc9cb794ec1ccd583980aa9dc3ee8207f9e683de /vcl/aqua/source/window/salframe.cxx | |
parent | 761846c14403743e53ba8599d761e10e8c6804f7 (diff) |
fixup show menus in icons
Diffstat (limited to 'vcl/aqua/source/window/salframe.cxx')
-rw-r--r-- | vcl/aqua/source/window/salframe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/aqua/source/window/salframe.cxx b/vcl/aqua/source/window/salframe.cxx index 1fb97ee82048..7174c51fb84e 100644 --- a/vcl/aqua/source/window/salframe.cxx +++ b/vcl/aqua/source/window/salframe.cxx @@ -1224,7 +1224,7 @@ void AquaSalFrame::UpdateSettings( AllSettings& rSettings ) aStyleSettings.SetScrollBarSize( static_cast<long int>([NSScroller scrollerWidth]) ); // images in menus false for MacOSX - aStyleSettings.SetUseImagesInMenus( false ); + aStyleSettings.SetPreferredUseImagesInMenus( false ); rSettings.SetStyleSettings( aStyleSettings ); |