Revert r32909: make input completion case sensitive again.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35864 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-10-27 08:45:21 +00:00
parent 49beed7437
commit e52a8ba627

View 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