aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_fixed_text.h
diff options
context:
space:
mode:
authorMartin Kiewitz2016-02-11 03:47:38 +0100
committerMartin Kiewitz2016-02-11 03:48:02 +0100
commitd821c089bfdc88bb54757a2020cef8d2cb101e38 (patch)
tree3f423d5ddff1f3e6a39b6fc8e411f5546a57f361 /engines/sherlock/scalpel/scalpel_fixed_text.h
parent972a1bbfd4d74429814536c2ab781bfcb4db5aaf (diff)
downloadscummvm-rg350-d821c089bfdc88bb54757a2020cef8d2cb101e38.tar.gz
scummvm-rg350-d821c089bfdc88bb54757a2020cef8d2cb101e38.tar.bz2
scummvm-rg350-d821c089bfdc88bb54757a2020cef8d2cb101e38.zip
SHERLOCK: SS: Make user interface multilingual
Bug #7002 almost fully solved
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_fixed_text.h')
-rw-r--r--engines/sherlock/scalpel/scalpel_fixed_text.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel_fixed_text.h b/engines/sherlock/scalpel/scalpel_fixed_text.h
index 841d602408..d9b3bbed79 100644
--- a/engines/sherlock/scalpel/scalpel_fixed_text.h
+++ b/engines/sherlock/scalpel/scalpel_fixed_text.h
@@ -107,6 +107,14 @@ enum FixedTextId {
kFixedText_InitInventory_Tarot,
kFixedText_InitInventory_OrnateKey,
kFixedText_InitInventory_PawnTicket,
+ // SH1: User Interface
+ kFixedText_UserInterface_NoThankYou,
+ kFixedText_UserInterface_YouCantDoThat,
+ kFixedText_UserInterface_Done,
+ kFixedText_UserInterface_Use,
+ kFixedText_UserInterface_UseOn,
+ kFixedText_UserInterface_Give,
+ kFixedText_UserInterface_GiveTo,
// People names
kFixedText_People_SherlockHolmes,
kFixedText_People_DrWatson,