aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-04 14:56:38 -0400
committerPaul Gilbert2015-07-04 14:56:38 -0400
commit4bff203a3b3ad777c158bfccb7fb3206f9dcd30c (patch)
treea5b3404a7fd14a55eac3aee9c4180d8e6ee75c23 /engines/sherlock/tattoo/tattoo_fixed_text.h
parent88002ef19fbb5dd1f5465b6e282415e4ca3a138b (diff)
downloadscummvm-rg350-4bff203a3b3ad777c158bfccb7fb3206f9dcd30c.tar.gz
scummvm-rg350-4bff203a3b3ad777c158bfccb7fb3206f9dcd30c.tar.bz2
scummvm-rg350-4bff203a3b3ad777c158bfccb7fb3206f9dcd30c.zip
SHERLOCK: RT: Fix display of journal buttons
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_fixed_text.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_fixed_text.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.h b/engines/sherlock/tattoo/tattoo_fixed_text.h
index a73f1a5326..117888d8e6 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.h
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.h
@@ -56,7 +56,15 @@ enum FixedTextId {
kFixedText_Solve,
kFixedText_With,
kFixedText_NoEffect,
- kFixedText_NothingToSay
+ kFixedText_NothingToSay,
+
+ kFixedText_CloseJournal,
+ kFixedText_SearchJournal,
+ kFixedText_SaveJournal,
+ kFixedText_AbortSearch,
+ kFixedText_SearchBackwards,
+ kFixedText_SearchForwards,
+ kFixedText_TextNotFound
};
class TattooFixedText: public FixedText {