diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-10-10 16:30:15 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-10-10 16:30:15 +0200 |
commit | 0b9e21c7fec909e9ecb07f1389b006222901e982 (patch) | |
tree | 2bd1bc70faaa26dd8c3111b0cf529f8fc630392c | |
parent | d9f992b23dd8f447fedb0eb74e983be5246e3efd (diff) | |
download | nncmpp-0b9e21c7fec909e9ecb07f1389b006222901e982.tar.gz nncmpp-0b9e21c7fec909e9ecb07f1389b006222901e982.tar.xz nncmpp-0b9e21c7fec909e9ecb07f1389b006222901e982.zip |
Fix regression in appearance
-rw-r--r-- | nncmpp.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"); } } |