From 2e7713306c020b7d3dfce040d2f1e53c90bc5dc9 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Wed, 14 May 2008 10:36:47 +0000 Subject: [PATCH] white space. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24759 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiApplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index 8aba46e82e..375f0a7307 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -475,7 +475,7 @@ QAbstractItemModel * GuiApplication::languageModel() lang_model->setData(item, toqstr(it->second.lang()), Qt::UserRole); } language_model_ = new QSortFilterProxyModel(this); - language_model_->setSourceModel(lang_model); + language_model_->setSourceModel(lang_model); language_model_->setSortLocaleAware(true); return language_model_; }