country to lower (fix win bug)

This commit is contained in:
Zach H 2015-08-15 21:31:30 -04:00
parent 9c28cdd1f5
commit 41b10308ba
3 changed files with 2 additions and 4 deletions

View file

@ -62,9 +62,7 @@ DlgRegister::DlgRegister(QWidget *parent)
countryEdit->setCurrentIndex(0);
QStringList countries = settingsCache->getCountries();
foreach(QString c, countries)
{
countryEdit->addItem(QPixmap(":/resources/countries/" + c + ".svg"), c);
}
realnameLabel = new QLabel(tr("Real name:"));
realnameEdit = new QLineEdit();