Allow species selection for plant creation

Fixes hardcoded "Random" string for translation of this new combobox.
This commit is contained in:
Inusaito Sayori
2013-09-25 17:04:44 -04:00
parent 18859e44c7
commit 34738593eb
2 changed files with 4 additions and 1 deletions

View File

@@ -2003,7 +2003,7 @@ void LLFloaterTools::updateTreeGrassCombo(bool visible)
}
mComboTreesGrass->removeall();
mComboTreesGrass->add("Random");
mComboTreesGrass->add(getString("Random"));
int select = 0, i = 0;