diff -r 8021e09ab6a3 -r 2a97905cb637 src/EditRecipeTab3.cpp --- a/src/EditRecipeTab3.cpp Sun Jun 19 13:34:18 2022 +0200 +++ b/src/EditRecipeTab3.cpp Sun Jun 19 19:42:29 2022 +0200 @@ -660,6 +660,7 @@ useatEdit->addItem(tr("Aroma")); useatEdit->addItem(tr("Whirlpool")); useatEdit->addItem(tr("Dry hop")); + useatEdit->addItem(tr("Bottling")); useatEdit->setCurrentIndex(recipe->hops.at(recipe->hops_row).useat); hformEdit = new QComboBox(dialog); @@ -670,6 +671,7 @@ hformEdit->addItem(tr("Leaf")); hformEdit->addItem(tr("Wet leaf")); hformEdit->addItem(tr("Cryo")); + hformEdit->addItem(tr("Extract")); hformEdit->setCurrentIndex(recipe->hops.at(recipe->hops_row).form); hinstockEdit = new QCheckBox(dialog);