aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-10-10 16:30:15 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2016-10-10 16:30:15 +0200
commit0b9e21c7fec909e9ecb07f1389b006222901e982 (patch)
tree2bd1bc70faaa26dd8c3111b0cf529f8fc630392c
parentd9f992b23dd8f447fedb0eb74e983be5246e3efd (diff)
downloadnncmpp-0b9e21c7fec909e9ecb07f1389b006222901e982.tar.gz
nncmpp-0b9e21c7fec909e9ecb07f1389b006222901e982.tar.xz
nncmpp-0b9e21c7fec909e9ecb07f1389b006222901e982.zip
Fix regression in appearance
-rw-r--r--nncmpp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nncmpp.c b/nncmpp.c
index 876c99b..6875f8c 100644
--- a/nncmpp.c
+++ b/nncmpp.c
@@ -2228,7 +2228,8 @@ info_tab_update (void)
info_tab_add (map, "Album");
info_tab_add (map, "Track");
info_tab_add (map, "Genre");
- info_tab_add (map, "file");
+ // Yes, it is "file", but this is also for display
+ info_tab_add (map, "File");
}
}