From 8a41f29ab2eb7bf6c1ec52a04003a3b598fda6ba Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 14 Aug 2011 02:40:44 -0600 Subject: [PATCH] ... --- src/calibre/gui2/search_box.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/search_box.py b/src/calibre/gui2/search_box.py index 65c4622891..54a80571e6 100644 --- a/src/calibre/gui2/search_box.py +++ b/src/calibre/gui2/search_box.py @@ -228,7 +228,7 @@ class SearchBox2(QComboBox): # {{{ self.clear() else: self.normalize_state() - # must turn off case sensitivity here so that tag browser strings + # must turn on case sensitivity here so that tag browser strings # are not case-insensitively replaced from history self.line_edit.completer().setCaseSensitivity(Qt.CaseSensitive) self.setEditText(txt)