[Libreoffice-commits] core.git: vcl/unx

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat May 2 07:31:55 UTC 2020


 vcl/unx/gtk3/gtk3gtkinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 05b87ae66ebccd06995cf530b860443ad9503b31
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat May 2 00:27:24 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 2 09:31:16 2020 +0200

    Fix typo
    
    Change-Id: I1014ee1ee67b475d5dd72ceb07fd8fd234171f55
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93309
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 76786d642d88..7732afb6821f 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -7044,7 +7044,7 @@ private:
     GtkWidget* m_pLabel;
     //popover cannot escape dialog under X so stick up own window instead
     GtkWindow* m_pMenuHack;
-    //when doing so, if its a toolbar menubutton align the menu to the full toolitem
+    //when doing so, if it's a toolbar menubutton align the menu to the full toolitem
     GtkWidget* m_pMenuHackAlign;
     GtkWidget* m_pPopover;
     gulong m_nSignalId;


More information about the Libreoffice-commits mailing list