From 8e369252f482b6b621c10b5e79ecfd0e60abfed1 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sat, 17 Mar 2012 17:01:56 +0100 Subject: [PATCH] display ncmpcpp instead of ncmpc++ in window's title --- src/ncmpcpp.cpp | 2 +- src/status.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index 3d024058..1e003aec 100644 --- a/src/ncmpcpp.cpp +++ b/src/ncmpcpp.cpp @@ -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; diff --git a/src/status.cpp b/src/status.cpp index b1485401..f26e025e 100644 --- a/src/status.cpp +++ b/src/status.cpp @@ -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;