diff options
Diffstat (limited to 'common/system.h')
-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 */ |