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

Andrea Gelmini andrea.gelmini at gelma.net
Sun Apr 8 00:19:32 UTC 2018


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

New commits:
commit 996e1d7f7944b7c23797b7b92cf19a3ac58ad8cb
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sat Apr 7 18:27:17 2018 +0200

    Fix typo
    
    Change-Id: I7c9682f4cc0f04d9cc9e13c339396a6373ce15c7
    Reviewed-on: https://gerrit.libreoffice.org/52556
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 269a0741973f..081efc63bffb 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -3384,7 +3384,7 @@ private:
         if (m_bPopupActive != bIsShown)
         {
             m_bPopupActive = bIsShown;
-            //restore focus to the entry wieh the popup is gone, which
+            //restore focus to the entry view the popup is gone, which
             //is what the vcl case does, to ease the transition a little
             gtk_widget_grab_focus(m_pWidget);
         }


More information about the Libreoffice-commits mailing list