display ncmpcpp instead of ncmpc++ in window's title

This commit is contained in:
Andrzej Rybczak
2012-03-17 17:01:56 +01:00
parent f8151904f5
commit 8e369252f4
2 changed files with 2 additions and 2 deletions

View File

@@ -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;