aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/fixed_text.h
diff options
context:
space:
mode:
authorMartin Kiewitz2015-06-14 15:49:32 +0200
committerMartin Kiewitz2015-06-14 15:49:32 +0200
commit21f0038f965dd29847b331828d42d8b5647bb90b (patch)
tree0d051c8f1b8f3caad9018cff03418069d4ace11a /engines/sherlock/fixed_text.h
parent5b65b76a8fc7525402816d7c5393866cafa038d3 (diff)
downloadscummvm-rg350-21f0038f965dd29847b331828d42d8b5647bb90b.tar.gz
scummvm-rg350-21f0038f965dd29847b331828d42d8b5647bb90b.tar.bz2
scummvm-rg350-21f0038f965dd29847b331828d42d8b5647bb90b.zip
SHERLOCK: journal uses fixed text class now
journal buttons and some text is now localized
Diffstat (limited to 'engines/sherlock/fixed_text.h')
-rw-r--r--engines/sherlock/fixed_text.h20
1 files changed, 19 insertions, 1 deletions
diff --git a/engines/sherlock/fixed_text.h b/engines/sherlock/fixed_text.h
index cca98b5dc5..db092bb72a 100644
--- a/engines/sherlock/fixed_text.h
+++ b/engines/sherlock/fixed_text.h
@@ -36,7 +36,25 @@ enum FixedTextId {
kFixedText_Inventory_Exit,
kFixedText_Inventory_Look,
kFixedText_Inventory_Use,
- kFixedText_Inventory_Give
+ kFixedText_Inventory_Give,
+ // Journal text
+ kFixedText_Journal_WatsonsJournal,
+ kFixedText_Journal_Page,
+ // Journal buttons
+ kFixedText_Journal_Exit,
+ kFixedText_Journal_Back10,
+ kFixedText_Journal_Up,
+ kFixedText_Journal_Down,
+ kFixedText_Journal_Ahead10,
+ kFixedText_Journal_Search,
+ kFixedText_Journal_FirstPage,
+ kFixedText_Journal_LastPage,
+ kFixedText_Journal_PrintText,
+ // Journal search
+ kFixedText_JournalSearch_Exit,
+ kFixedText_JournalSearch_Backward,
+ kFixedText_JournalSearch_Forward,
+ kFixedText_JournalSearch_NotFound
};
struct SherlockFixedTextLanguageEntry {