src/EditRecipeTab3.cpp

changeset 300
2a97905cb637
parent 282
d1d208a857b0
child 301
fe6346211b5b
--- 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);

mercurial