remove quotation marks from the host in the 'welcome' message

master
Andrzej Rybczak 12 years ago
parent fe34852c31
commit 4ac46f8c9d
  1. 2
      src/ncmpcpp.cpp

@ -194,7 +194,7 @@ int main(int argc, char **argv)
myVisualizer->FindOutputID();
# endif // ENABLE_VISUALIZER
Statusbar::printf("Connected to \"%1%\"", Mpd.GetHostname());
Statusbar::printf("Connected to %1%", Mpd.GetHostname());
}
catch (MPD::ClientError &e)
{

Loading…
Cancel
Save