aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorThierry Crozat2011-05-22 21:57:53 +0100
committerThierry Crozat2011-06-06 23:20:10 +0100
commita605c7fd69e7ecb3e63b2ba8eb420e21ec71ce4a (patch)
tree5e9d94188c01d210fc505fb341ad2babb05819d0 /common/system.h
parent197ef8f1783bc5eed5c894e46a7c1d6c528db7e1 (diff)
downloadscummvm-rg350-a605c7fd69e7ecb3e63b2ba8eb420e21ec71ce4a.tar.gz
scummvm-rg350-a605c7fd69e7ecb3e63b2ba8eb420e21ec71ce4a.tar.bz2
scummvm-rg350-a605c7fd69e7ecb3e63b2ba8eb420e21ec71ce4a.zip
OSYSTEM: displayMessageOnOSD() now accepts non-ASCII strings
It should now accept strings encoded using the current TranslationManaged charset (e.g. translated text).
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h3
1 files changed, 2 insertions, 1 deletions
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