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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri May 8 13:16:45 UTC 2020


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

New commits:
commit 255056a13d064742457a1cc481c5acc8c05c14e4
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri May 8 11:32:41 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri May 8 15:16:06 2020 +0200

    true is sensitive not insensitive
    
    Change-Id: If009f0456a9e4d070b8a20fa1c63b1262b98d3df
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93719
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 0a99fe737316..ee7486bae3de 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -14476,7 +14476,7 @@ private:
         if (nStart == -1)
             nStart = 0;
 
-        // Try match case insensitive from current position
+        // Try match case sensitive from current position
         int nPos = m_pTreeView->starts_with(aStartText, 0, nStart, true);
         if (nPos == -1 && nStart != 0)
         {


More information about the Libreoffice-commits mailing list