From a605c7fd69e7ecb3e63b2ba8eb420e21ec71ce4a Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sun, 22 May 2011 21:57:53 +0100 Subject: OSYSTEM: displayMessageOnOSD() now accepts non-ASCII strings It should now accept strings encoded using the current TranslationManaged charset (e.g. translated text). --- common/system.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common') diff --git a/common/system.h b/common/system.h index f206f4dccc..780e5fcc7d 100644 --- a/common/system.h +++ b/common/system.h @@ -991,7 +991,8 @@ public: * rectangle over the regular screen content; or in a message box beneath * it; etc.). * - * Currently, only pure ASCII messages can be expected to show correctly. + * The message is expected to be provided in the current TranslationManager + * charset. * * @note There is a default implementation in BaseBackend which uses a * TimedMessageDialog to display the message. Hence implementing -- cgit v1.2.3