From 9e8e4625ab7834893a701b708691b08bca35c556 Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Sun, 19 Feb 2012 14:08:18 +0000 Subject: [PATCH] Small update on wmgenmenu list of apps --- util/wmgenmenu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/wmgenmenu.h b/util/wmgenmenu.h index ab2cd8a0..483ff2e4 100644 --- a/util/wmgenmenu.h +++ b/util/wmgenmenu.h @@ -37,7 +37,7 @@ char *Mathematics[MAX_NR_APPS][2] = { { N_("KCalc"), "kcalc" }, { N_("XCalc"), "xcalc" }, { N_("Mathematica"), "mathematica" }, - { N_("Math"), "math" }, /* command-line Mathematica */ + { N_("Math"), "math !" }, /* command-line Mathematica */ { N_("Free42"), "free42" }, { N_("X48"), "x48" }, { NULL, NULL } @@ -78,7 +78,7 @@ char *Graphics[MAX_NR_APPS][2] = { }; char *Multimedia[MAX_NR_APPS][2] = { - { N_("Audacious"), "audacious2" }, + { N_("Audacious"), "audacious" }, { N_("Kaffeine"), "kaffeine", }, { N_("Audacity"), "audacity" }, { N_("Amarok"), "amarok" }, -- 2.11.4.GIT