1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge branch 'pr2357'

This commit is contained in:
tux3 2015-10-08 11:31:16 +02:00
commit bfc62ab38c
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -479,5 +479,7 @@ bool GeneralForm::eventFilter(QObject *o, QEvent *e)
void GeneralForm::retranslateUi()
{
int proxyType = bodyUI->proxyType->currentIndex();
bodyUI->retranslateUi(this);
bodyUI->proxyType->setCurrentIndex(proxyType);
}