status: change window title from "ncmpcpp ver. X" to "ncmpcpp X"

This commit is contained in:
Andrzej Rybczak
2012-09-09 19:52:20 +02:00
parent 3ba94edca7
commit 37b7650d71

View File

@@ -340,7 +340,7 @@ void NcmpcppStatusChanged(MPD::Connection *, MPD::StatusChanges changed, void *)
} }
case MPD::psStop: case MPD::psStop:
{ {
WindowTitle("ncmpcpp ver. " VERSION); WindowTitle("ncmpcpp " VERSION);
if (!block_progressbar_update) if (!block_progressbar_update)
DrawProgressbar(0, 0); DrawProgressbar(0, 0);
Playlist::ReloadRemaining = true; Playlist::ReloadRemaining = true;