Allow species selection for plant creation
Fixes hardcoded "Random" string for translation of this new combobox.
This commit is contained in:
@@ -2003,7 +2003,7 @@ void LLFloaterTools::updateTreeGrassCombo(bool visible)
|
||||
}
|
||||
|
||||
mComboTreesGrass->removeall();
|
||||
mComboTreesGrass->add("Random");
|
||||
mComboTreesGrass->add(getString("Random"));
|
||||
|
||||
int select = 0, i = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user