Fix regression in appearance

This commit is contained in:
Přemysl Eric Janouch 2016-10-10 16:30:15 +02:00
parent d9f992b23d
commit 0b9e21c7fe
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 2 additions and 1 deletions

View File

@ -2228,7 +2228,8 @@ info_tab_update (void)
info_tab_add (map, "Album"); info_tab_add (map, "Album");
info_tab_add (map, "Track"); info_tab_add (map, "Track");
info_tab_add (map, "Genre"); 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");
} }
} }