diff options
Diffstat (limited to 'vcl/source/window/decoview.cxx')
-rw-r--r-- | vcl/source/window/decoview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/decoview.cxx b/vcl/source/window/decoview.cxx index c249a869b064..a1511ab459d9 100644 --- a/vcl/source/window/decoview.cxx +++ b/vcl/source/window/decoview.cxx @@ -945,7 +945,7 @@ static void ImplDrawFrame( OutputDevice* pDev, Rectangle& rRect, } else { - // flat menues have no shadow border + // flat menus have no shadow border if( !bMenuStyle || !rStyleSettings.GetUseFlatMenues() ) ImplDraw2ColorFrame( pDev, rRect, rStyleSettings.GetLightColor(), |