diff options
author | Johannes Schickel | 2010-12-08 01:35:34 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-12-08 01:35:34 +0000 |
commit | e361b84d3baeeb683889e3131e3d05d564f08cc4 (patch) | |
tree | 6bd0584d8041d615ff2ddb973dccce20e87b70b9 /common | |
parent | d451084fb44a536d0f161bccb5b73088df253c9c (diff) | |
download | scummvm-rg350-e361b84d3baeeb683889e3131e3d05d564f08cc4.tar.gz scummvm-rg350-e361b84d3baeeb683889e3131e3d05d564f08cc4.tar.bz2 scummvm-rg350-e361b84d3baeeb683889e3131e3d05d564f08cc4.zip |
BACKENDS: Fix OSD implementation in ModularBackend.
svn-id: r54828
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/system.h b/common/system.h index 54c6fa8df7..97fe582813 100644 --- a/common/system.h +++ b/common/system.h @@ -987,8 +987,9 @@ public: * * Currently, only pure ASCII messages can be expected to show correctly. * - * @note There is a default implementation which uses a TimedMessageDialog - * to display the message. Hence implementing this is optional. + * @note There is a default implementation in BaseBackend which uses a + * TimedMessageDialog to display the message. Hence implementing + * this is optional. * * @param msg the message to display on screen */ |