aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_fixed_text.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2016-02-07 16:22:56 +0100
committerMartin Kiewitz2016-02-07 16:22:56 +0100
commit15be58dfb5a416897f9c10473ff9690cb24d914d (patch)
treecd924134adb9fcf65838326b13b3b96498303eee /engines/sherlock/scalpel/scalpel_fixed_text.cpp
parente50f93f2987f41b6c9d193dcf07383ba415cb96d (diff)
downloadscummvm-rg350-15be58dfb5a416897f9c10473ff9690cb24d914d.tar.gz
scummvm-rg350-15be58dfb5a416897f9c10473ff9690cb24d914d.tar.bz2
scummvm-rg350-15be58dfb5a416897f9c10473ff9690cb24d914d.zip
SHERLOCK: Make journal entries multilingual
Spanish needs to be checked Spanish also needs to be copy and slightly changed for SH1 Also fixed Journal button text for French + Spanish Fixes bug #7019
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_fixed_text.cpp')
-rw-r--r--engines/sherlock/scalpel/scalpel_fixed_text.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sherlock/scalpel/scalpel_fixed_text.cpp b/engines/sherlock/scalpel/scalpel_fixed_text.cpp
index 8932fb29c5..0f9f5568de 100644
--- a/engines/sherlock/scalpel/scalpel_fixed_text.cpp
+++ b/engines/sherlock/scalpel/scalpel_fixed_text.cpp
@@ -616,8 +616,6 @@ static const FixedTextActionEntry fixedTextES_Actions[] = {
// =========================================
-// TODO:
-// It seems there was a French version of Sherlock Holmes 2
static const FixedTextLanguageEntry fixedTextLanguages[] = {
{ Common::DE_DEU, fixedTextDE, fixedTextDE_Actions },
{ Common::ES_ESP, fixedTextES, fixedTextES_Actions },