diff options
author | Paul Gilbert | 2013-06-20 22:08:01 -0400 |
---|---|---|
committer | Paul Gilbert | 2013-06-20 22:08:01 -0400 |
commit | 975cc8075d89f91309c35adf778bb286ccc7d84e (patch) | |
tree | 0285e3de86c8b1614a4fe6208530ee68c4c71d79 /engines/voyeur/utils.cpp | |
parent | 1c34c1847e456c68b9633bb045d833b2b0e6e501 (diff) | |
download | scummvm-rg350-975cc8075d89f91309c35adf778bb286ccc7d84e.tar.gz scummvm-rg350-975cc8075d89f91309c35adf778bb286ccc7d84e.tar.bz2 scummvm-rg350-975cc8075d89f91309c35adf778bb286ccc7d84e.zip |
VOYEUR: Fixed colours of lock screen text display
Diffstat (limited to 'engines/voyeur/utils.cpp')
-rw-r--r-- | engines/voyeur/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/utils.cpp b/engines/voyeur/utils.cpp index a5745e67cb..5c861389d9 100644 --- a/engines/voyeur/utils.cpp +++ b/engines/voyeur/utils.cpp @@ -49,7 +49,7 @@ void LockClass::saveThePassword() { } Common::String LockClass::getDateString() { - return Common::String(); + return Common::String("ScummVM"); } } // End of namespace Voyeur |