aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-24 12:06:07 -0400
committerPaul Gilbert2015-07-24 12:06:07 -0400
commit8ccc6331adadee6cb5c4d6582ce3af614be0850d (patch)
tree04e6e6163274ebe72b251aafeae6545c7b4be70b /engines/sherlock/tattoo/tattoo_fixed_text.cpp
parent11c7d38e09f2c71bacd6ea5517b03561e13b370b (diff)
downloadscummvm-rg350-8ccc6331adadee6cb5c4d6582ce3af614be0850d.tar.gz
scummvm-rg350-8ccc6331adadee6cb5c4d6582ce3af614be0850d.tar.bz2
scummvm-rg350-8ccc6331adadee6cb5c4d6582ce3af614be0850d.zip
SHERLOCK: RT: Implement Quit dialog
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_fixed_text.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_fixed_text.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.cpp b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
index a4c38c8064..5d8df2f01b 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.cpp
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
@@ -97,7 +97,12 @@ static const char *const FIXED_TEXT_ENGLISH[] = {
"Transparent Menus",
"Change Font Style",
"Off",
- "On"
+ "On",
+ "Quit",
+ "Are you sure you",
+ "wish to Quit ?",
+ "Yes",
+ "No"
};
TattooFixedText::TattooFixedText(SherlockEngine *vm) : FixedText(vm) {