mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
country to lower (fix win bug)
This commit is contained in:
parent
9c28cdd1f5
commit
41b10308ba
3 changed files with 2 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue