From dfcdbb0d335128c99d13ba017a4e36f2338f7736 Mon Sep 17 00:00:00 2001
From: Stephen Kennedy
Date: Thu, 24 Jul 2008 10:00:56 +0000
Subject: KeymapManager - implemented loading/saving of keymaps - Refactoring
 of code to map a key to a UserAction - now we call a method on UserAction to
 do it (and it then tells the Keymap class) - General cleanup of code

svn-id: r33262
---
 backends/common/virtual-keyboard.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'backends/common/virtual-keyboard.cpp')

diff --git a/backends/common/virtual-keyboard.cpp b/backends/common/virtual-keyboard.cpp
index 21d188dced..0a061df545 100644
--- a/backends/common/virtual-keyboard.cpp
+++ b/backends/common/virtual-keyboard.cpp
@@ -103,7 +103,7 @@ bool VirtualKeyboard::loadKeyboardPack(Common::String packName) {
 				return false;
 			}
 		} else {
-			warning("Could not find %s.xml file in %s.zip keyboard pack\n", packName.c_str(), packName.c_str());
+			warning("Could not find %s.xml file in %s.zip keyboard pack", packName.c_str(), packName.c_str());
 			unzClose(zipFile);
 			return false;
 		}
-- 
cgit v1.2.3