display ncmpcpp instead of ncmpc++ in window's title
This commit is contained in:
@@ -278,7 +278,7 @@ int main(int argc, char **argv)
|
||||
cerr_buffer = std::cerr.rdbuf();
|
||||
std::cerr.rdbuf(errorlog.rdbuf());
|
||||
|
||||
InitScreen("ncmpc++ ver. "VERSION, Config.colors_enabled);
|
||||
InitScreen("ncmpcpp ver. "VERSION, Config.colors_enabled);
|
||||
|
||||
bool real_statusbar_visibility = Config.statusbar_visibility;
|
||||
|
||||
|
||||
@@ -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