See https://standards.freedesktop.org/menu-spec/latest/apa.html
---
util/wmmenugen_parse_xdg.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/util/wmmenugen_parse_xdg.c b/util/wmmenugen_parse_xdg.c
index 31ee8130..47a2fb57 100644
--- a/util/wmmenugen_parse_xdg.c
+++ b/util/wmmenugen_parse_xdg.c
@@ -523,6 +523,9 @@ static void getMenuHierarchyFor(char **xdgmenuspec)
} else if (strcmp(p, "Office") == 0) {
snprintf(buf, sizeof(buf), "%s", _("Office"));
break;
+ } else if (strcmp(p, "Science") == 0) {
+ snprintf(buf, sizeof(buf), "%s", _("Science"));
+ break;
} else if (strcmp(p, "Settings") == 0) {
snprintf(buf, sizeof(buf), "%s", _("Settings"));
break;
--
2.11.0
--
To unsubscribe, send mail to [email protected].