src/EditRecipeTab1.cpp

changeset 154
1af9f7b7f317
parent 150
fd568cc1dd0e
child 171
6cd2d808d863
--- a/src/EditRecipeTab1.cpp	Sat Apr 23 08:47:50 2022 +0200
+++ b/src/EditRecipeTab1.cpp	Sat Apr 23 13:18:47 2022 +0200
@@ -73,7 +73,7 @@
     ui->st_guideEdit->setText(recipe->st_guide);
     ui->st_catEdit->setText(recipe->st_category);
     ui->st_catnrEdit->setText(QString("%1").arg(recipe->st_category_number));
-    ui->st_typeEdit->setText(s_types[recipe->st_type]);
+    ui->st_typeEdit->setText(style_types[recipe->st_type]);
 
     ui->est_ogShow->setRange(query.value(7).toDouble(), query.value(8).toDouble());
     ui->est_fgShow->setRange(query.value(9).toDouble(), query.value(10).toDouble());

mercurial