do not display keybinding for tag editor if taglib support is disabled

master
Andrzej Rybczak 18 years ago
parent 55c7777515
commit e5fbf6bea8
  1. 5
      src/help.cpp

@ -107,8 +107,11 @@ string GetKeybindings()
result += DisplayKeys(Key.SearchEngine) + "Search engine\n";
result += DisplayKeys(Key.MediaLibrary) + "Media library\n";
result += DisplayKeys(Key.PlaylistEditor) + "Playlist editor\n";
# ifdef HAVE_TAGLIB_H
result += DisplayKeys(Key.TagEditor) + "Tag editor\n\n\n";
# else
result += "\n\n";
# endif // HAVE_TAGLIB_H
result += " [.b]Keys - Global\n -----------------------------------------[/b]\n";
result += DisplayKeys(Key.Stop) + "Stop\n";

Loading…
Cancel
Save