Mercurial > minori
diff src/gui/dialog/information.cc @ 291:9a88e1725fd2
*: refactor lots of stuff
I forgot to put this into different commits, oops!
anyway, it doesn't really matter *that* much since this is an
unfinished hobby project anyway. once it starts getting stable
commit history will be more important, but for now it's not
that big of a deal
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Sun, 12 May 2024 16:31:07 -0400 |
parents | 862d0d8619f6 |
children | 99cbc51433e4 |
line wrap: on
line diff
--- a/src/gui/dialog/information.cc Wed May 08 17:32:28 2024 -0400 +++ b/src/gui/dialog/information.cc Sun May 12 16:31:07 2024 -0400 @@ -171,7 +171,7 @@ QComboBox* combo_box = new QComboBox(section); for (unsigned int i = 0; i < Anime::ListStatuses.size(); i++) - combo_box->addItem(Strings::ToQString(Translate::ToString(Anime::ListStatuses[i])), + combo_box->addItem(Strings::ToQString(Translate::ToLocalString(Anime::ListStatuses[i])), static_cast<int>(Anime::ListStatuses[i])); connect(combo_box, QOverload<int>::of(&QComboBox::currentIndexChanged), this,