[recipes] Add salad as a meal type



commit 78c640bb0881a7e1d3b7ec77f2ee9732c35d317d
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jun 20 15:24:38 2017 -0400

    Add salad as a meal type
    
    This is a pretty obvious omission.

 src/gr-meal.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gr-meal.c b/src/gr-meal.c
index eb6e86b..62da0f1 100644
--- a/src/gr-meal.c
+++ b/src/gr-meal.c
@@ -36,6 +36,7 @@ static const char *names[] = {
         "drinks",
         "pizza",
         "pasta",
+        "salad",
         "other",
         NULL
 };
@@ -50,6 +51,7 @@ static const char *titles[] = {
         N_("Drinks and Cocktails"),
         N_("Pizza"),
         N_("Pasta"),
+        N_("Salad"),
         N_("Other")
 };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]