1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-01 05:25:48 +01:00

Small update on wmgenmenu list of apps

This commit is contained in:
Carlos R. Mafra
2012-02-19 14:08:18 +00:00
parent 799134f59b
commit 9e8e4625ab

View File

@@ -37,7 +37,7 @@ char *Mathematics[MAX_NR_APPS][2] = {
{ N_("KCalc"), "kcalc" }, { N_("KCalc"), "kcalc" },
{ N_("XCalc"), "xcalc" }, { N_("XCalc"), "xcalc" },
{ N_("Mathematica"), "mathematica" }, { N_("Mathematica"), "mathematica" },
{ N_("Math"), "math" }, /* command-line Mathematica */ { N_("Math"), "math !" }, /* command-line Mathematica */
{ N_("Free42"), "free42" }, { N_("Free42"), "free42" },
{ N_("X48"), "x48" }, { N_("X48"), "x48" },
{ NULL, NULL } { NULL, NULL }
@@ -78,7 +78,7 @@ char *Graphics[MAX_NR_APPS][2] = {
}; };
char *Multimedia[MAX_NR_APPS][2] = { char *Multimedia[MAX_NR_APPS][2] = {
{ N_("Audacious"), "audacious2" }, { N_("Audacious"), "audacious" },
{ N_("Kaffeine"), "kaffeine", }, { N_("Kaffeine"), "kaffeine", },
{ N_("Audacity"), "audacity" }, { N_("Audacity"), "audacity" },
{ N_("Amarok"), "amarok" }, { N_("Amarok"), "amarok" },