white space.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24759 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-05-14 10:36:47 +00:00
parent 09a3be216e
commit 2e7713306c

View File

@ -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_;
}