mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-22 12:07:45 +00:00
Fix LOD combo text
This commit is contained in:
parent
2ccab76191
commit
f967974627
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ void SingleGearView::reloadGear()
|
|||
|
||||
lodCombo->clear();
|
||||
for (int i = 0; i < gearView->lodCount(); i++) {
|
||||
lodCombo->addItem(i18nc("@action:inmenu LOD stands for Level of Detail", "LOD %1").arg(i), i);
|
||||
lodCombo->addItem(i18nc("@action:inmenu LOD stands for Level of Detail", "LOD %1", i), i);
|
||||
}
|
||||
if (oldLod < gearView->lodCount()) {
|
||||
lodCombo->setCurrentIndex(oldLod);
|
||||
|
|
Loading…
Add table
Reference in a new issue