statusbar: use boost::format instead of c-style printf

This commit is contained in:
Andrzej Rybczak
2014-08-27 05:25:53 +02:00
parent 8d1b10fb3e
commit 59430f640b
23 changed files with 283 additions and 219 deletions

View File

@@ -80,7 +80,7 @@ void Clock::switchTo()
size_t x_offset, width;
getWindowResizeParams(x_offset, width, false);
if (Width > width || Height > MainHeight)
Statusbar::msg("Screen is too small to display clock");
Statusbar::print("Screen is too small to display clock");
else
{
SwitchTo::execute(this);