diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-07 18:27:17 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-04-08 02:19:11 +0200 |
commit | 996e1d7f7944b7c23797b7b92cf19a3ac58ad8cb (patch) | |
tree | c7c64455ed65a1ce2b33534739ede9f7405dd574 /vcl | |
parent | 83e2860141af887be7ae6bae7eaa6e06d587e1f9 (diff) |
Fix typo
Change-Id: I7c9682f4cc0f04d9cc9e13c339396a6373ce15c7
Reviewed-on: https://gerrit.libreoffice.org/52556
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk3/gtk3gtkinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |