mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-13 01:24:46 -07:00
Merge with master
This commit is contained in:
parent
5cfb034452
commit
6d7baec37b
9 changed files with 87 additions and 416 deletions
|
|
@ -311,7 +311,7 @@ DlgRegister::DlgRegister(QWidget *parent)
|
|||
countryEdit->setCurrentIndex(0);
|
||||
QStringList countries = settingsCache->getCountries();
|
||||
foreach(QString c, countries)
|
||||
countryEdit->addItem(QPixmap(":/resources/countries/" + c + ".svg"), c);
|
||||
countryEdit->addItem(QPixmap("theme:countries/" + c.toLower() + ".svg"), c);
|
||||
|
||||
realnameLabel = new QLabel(tr("Real name:"));
|
||||
realnameEdit = new QLineEdit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue