Code

configure.ac: update VERSION_MINOR
[ncmpc.git] / src / title_bar.c
index 7fdce0c21dd9a0f63fa83106bf8d27a65943ffd4..4d232566565a3e0b75f71f9d109c6cca187573c9 100644 (file)
@@ -76,7 +76,7 @@ title_bar_paint(const struct title_bar *p, const char *title,
 #ifdef ENABLE_HELP_SCREEN
                print_hotkey(w, CMD_SCREEN_HELP, _("Help"));
 #endif
-               print_hotkey(w, CMD_SCREEN_PLAY, _("Playlist"));
+               print_hotkey(w, CMD_SCREEN_PLAY, _("Queue"));
                print_hotkey(w, CMD_SCREEN_FILE, _("Browse"));
 #ifdef ENABLE_ARTIST_SCREEN
                print_hotkey(w, CMD_SCREEN_ARTIST, _("Artist"));
@@ -90,6 +90,9 @@ title_bar_paint(const struct title_bar *p, const char *title,
 #ifdef ENABLE_OUTPUTS_SCREEN
                print_hotkey(w, CMD_SCREEN_OUTPUTS, _("Outputs"));
 #endif
+#ifdef ENABLE_CHAT_SCREEN
+               print_hotkey(w, CMD_SCREEN_CHAT, _("Chat"));
+#endif
 #endif
        }