display ncmpcpp instead of ncmpc++ in window's title
This commit is contained in:
@@ -357,7 +357,7 @@ void NcmpcppStatusChanged(MPD::Connection *, MPD::StatusChanges changed, void *)
|
||||
}
|
||||
case MPD::psStop:
|
||||
{
|
||||
WindowTitle("ncmpc++ ver. "VERSION);
|
||||
WindowTitle("ncmpcpp ver. "VERSION);
|
||||
if (!block_progressbar_update)
|
||||
DrawProgressbar(0, 0);
|
||||
Playlist::ReloadRemaining = 1;
|
||||
|
||||
Reference in New Issue
Block a user