mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58:08 +01:00
wmmenugen: Add missing 'Science' menu category.
See https://standards.freedesktop.org/menu-spec/latest/apa.html
This commit is contained in:
committed by
Carlos R. Mafra
parent
e037ae3684
commit
c261f8ec35
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user