aboutsummaryrefslogtreecommitdiff
path: root/nncmpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'nncmpp.c')
-rw-r--r--nncmpp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/nncmpp.c b/nncmpp.c
index b96191b..74f0a51 100644
--- a/nncmpp.c
+++ b/nncmpp.c
@@ -4168,9 +4168,8 @@ help_tab_on_action (enum action action)
if (action == ACTION_DESCRIBE)
{
- char *name = xstrdup (g_action_names[a]);
- cstr_transform (name, tolower_ascii);
- app_show_message (xstrdup ("Configuration name: "), name);
+ app_show_message (xstrdup ("Configuration name: "),
+ xstrdup (g_action_names[a]));
return true;
}
if (action != ACTION_CHOOSE || a == ACTION_CHOOSE /* avoid recursion */)