status: change window title from "ncmpcpp ver. X" to "ncmpcpp X"
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user