From dd88f39bc7078f96fd06170260bf2ff332b4ca82 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 21 Mar 2011 13:07:23 +0100 Subject: HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format --- engines/hugo/file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo/file.cpp') diff --git a/engines/hugo/file.cpp b/engines/hugo/file.cpp index 94e1756a0d..f4eada456d 100644 --- a/engines/hugo/file.cpp +++ b/engines/hugo/file.cpp @@ -550,7 +550,7 @@ void FileManager::printBootText() { buf[i] ^= cypher[i % strlen(cypher)]; buf[i] = '\0'; - Utils::Box(kBoxOk, "%s", buf); + Utils::notifyBox(buf); } free(buf); -- cgit v1.2.3