aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_journal.h
diff options
context:
space:
mode:
authorMartin Kiewitz2016-01-30 17:21:51 +0100
committerMartin Kiewitz2016-01-30 17:21:51 +0100
commit9a91ed930d114d3ed7a6e493a3e82886464f0aa9 (patch)
tree25c67d90426d9697752d4813f37359557291fc97 /engines/sherlock/scalpel/scalpel_journal.h
parent9257597160bf70b6c7e323d27f3f8b6a47daa182 (diff)
downloadscummvm-rg350-9a91ed930d114d3ed7a6e493a3e82886464f0aa9.tar.gz
scummvm-rg350-9a91ed930d114d3ed7a6e493a3e82886464f0aa9.tar.bz2
scummvm-rg350-9a91ed930d114d3ed7a6e493a3e82886464f0aa9.zip
SHERLOCK: SS: make journal hotkeys multilingual
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_journal.h')
-rw-r--r--engines/sherlock/scalpel/scalpel_journal.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel_journal.h b/engines/sherlock/scalpel/scalpel_journal.h
index c8e9c01739..50f1917fca 100644
--- a/engines/sherlock/scalpel/scalpel_journal.h
+++ b/engines/sherlock/scalpel/scalpel_journal.h
@@ -41,6 +41,37 @@ enum JournalButton {
};
class ScalpelJournal: public Journal {
+public:
+ Common::String _fixedTextWatsonsJournal;
+ Common::String _fixedTextExit;
+ Common::String _fixedTextBack10;
+ Common::String _fixedTextUp;
+ Common::String _fixedTextDown;
+ Common::String _fixedTextAhead10;
+ Common::String _fixedTextSearch;
+ Common::String _fixedTextFirstPage;
+ Common::String _fixedTextLastPage;
+ Common::String _fixedTextPrintText;
+
+ byte _hotkeyExit;
+ byte _hotkeyBack10;
+ byte _hotkeyUp;
+ byte _hotkeyDown;
+ byte _hotkeyAhead10;
+ byte _hotkeySearch;
+ byte _hotkeyFirstPage;
+ byte _hotkeyLastPage;
+ byte _hotkeyPrintText;
+
+ Common::String _fixedTextSearchExit;
+ Common::String _fixedTextSearchBackward;
+ Common::String _fixedTextSearchForward;
+ Common::String _fixedTextSearchNotFound;
+
+ byte _hotkeySearchExit;
+ byte _hotkeySearchBackward;
+ byte _hotkeySearchForward;
+
private:
/**
* Load the list of journal locations