aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/utils.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2013-06-20 22:08:01 -0400
committerPaul Gilbert2013-06-20 22:08:01 -0400
commit975cc8075d89f91309c35adf778bb286ccc7d84e (patch)
tree0285e3de86c8b1614a4fe6208530ee68c4c71d79 /engines/voyeur/utils.cpp
parent1c34c1847e456c68b9633bb045d833b2b0e6e501 (diff)
downloadscummvm-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.cpp2
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