diff options
Diffstat (limited to 'vcl/unx/gtk4')
-rw-r--r-- | vcl/unx/gtk4/convert3to4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk4/convert3to4.cxx b/vcl/unx/gtk4/convert3to4.cxx index 5b6e1f7780e2..f975196062b7 100644 --- a/vcl/unx/gtk4/convert3to4.cxx +++ b/vcl/unx/gtk4/convert3to4.cxx @@ -1316,7 +1316,7 @@ ConvertResult Convert3To4(const css::uno::Reference<css::xml::dom::XNode>& xNode // for GtkMenuButton if this is a gearmenu with just an icon // then "icon-name" is used for the indicator and there is // expected to be no text. If there is a GtkPicture then treat - // this like a GtkButton and presumably its a ToggleMenuButton + // this like a GtkButton and presumably it's a ToggleMenuButton // and the relocation of contents happens in the builder if (sClass == "GtkMenuButton") { |