1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +01:00

wmmenugen: Add missing 'Science' menu category.

See https://standards.freedesktop.org/menu-spec/latest/apa.html
This commit is contained in:
Doug Torrance
2017-07-06 19:48:13 -04:00
committed by Carlos R. Mafra
parent e037ae3684
commit c261f8ec35

View File

@@ -523,6 +523,9 @@ static void getMenuHierarchyFor(char **xdgmenuspec)
} else if (strcmp(p, "Office") == 0) { } else if (strcmp(p, "Office") == 0) {
snprintf(buf, sizeof(buf), "%s", _("Office")); snprintf(buf, sizeof(buf), "%s", _("Office"));
break; break;
} else if (strcmp(p, "Science") == 0) {
snprintf(buf, sizeof(buf), "%s", _("Science"));
break;
} else if (strcmp(p, "Settings") == 0) { } else if (strcmp(p, "Settings") == 0) {
snprintf(buf, sizeof(buf), "%s", _("Settings")); snprintf(buf, sizeof(buf), "%s", _("Settings"));
break; break;