src/global.cpp

changeset 159
231f5c8002e3
parent 158
24bc2de721d9
child 173
8514932b61aa
--- a/src/global.cpp	Sun Apr 24 14:15:20 2022 +0200
+++ b/src/global.cpp	Sun Apr 24 22:22:22 2022 +0200
@@ -22,6 +22,12 @@
 Recipe *recipe;
 
 
+const QStringList recipe_types({
+	QObject::tr("Extract"),
+	QObject::tr("Partial Mash"),
+	QObject::tr("All Grain")
+});
+
 const QStringList style_types({
 	QObject::tr("Lager"),
 	QObject::tr("Ale"),

mercurial