diff options
Diffstat (limited to 'vcl/unx/gtk3/gtksalmenu.cxx')
-rw-r--r-- | vcl/unx/gtk3/gtksalmenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/gtksalmenu.cxx b/vcl/unx/gtk3/gtksalmenu.cxx index ddfa5ef36b48..96e362428b9d 100644 --- a/vcl/unx/gtk3/gtksalmenu.cxx +++ b/vcl/unx/gtk3/gtksalmenu.cxx @@ -1054,7 +1054,7 @@ void GtkSalMenu::ApplyPersona() if (!mpMenuBarContainerWidget) return; assert(mbMenuBar); - // I'm dubious about the persona theming feature, but as it exists, lets try and support + // I'm dubious about the persona theming feature, but as it exists, let's try and support // it, apply the image to the mpMenuBarContainerWidget const BitmapEx& rPersonaBitmap = Application::GetSettings().GetStyleSettings().GetPersonaHeader(); |