]> git.lyx.org Git - features.git/commitdiff
Revert r32909: make input completion case sensitive again.
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 27 Oct 2010 08:45:21 +0000 (08:45 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 27 Oct 2010 08:45:21 +0000 (08:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35864 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiCompleter.cpp

index dfd15a941943a60bd2678718be76ccd1f07a4b73..019c67a65ef6f4827abcca3a324468479e51c122 100644 (file)
@@ -162,7 +162,7 @@ GuiCompleter::GuiCompleter(GuiWorkArea * gui, QObject * parent)
        model_ = new GuiCompletionModel(this, 0);
        setModel(model_);
        setCompletionMode(QCompleter::PopupCompletion);
-       setCaseSensitivity(Qt::CaseInsensitive);
+       setCaseSensitivity(Qt::CaseSensitive);
        setWidget(gui_);
        
        // create the popup