From c32b91ba94d88899578bd4680f05a556ff9b4981 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 5 Mar 2009 10:10:27 +0100 Subject: Use spaces, not tabs --- src/ui_act.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui_act.c') diff --git a/src/ui_act.c b/src/ui_act.c index 5f0861d..9e227c1 100644 --- a/src/ui_act.c +++ b/src/ui_act.c @@ -74,7 +74,7 @@ void BarUiActHelp (BAR_KS_ARGS) { BarUiMsg (MSG_NONE, "\r"); while (curShortcut != NULL) { if (curShortcut->description != NULL) { - BarUiMsg (MSG_NONE, "%c\t%s\n", curShortcut->key, + BarUiMsg (MSG_LIST, "%c %s\n", curShortcut->key, curShortcut->description); } curShortcut = curShortcut->next; -- cgit v1.2.3