aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/resources.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-01-27 21:39:40 -0500
committerPaul Gilbert2018-01-27 21:39:40 -0500
commitb1b0f6be2e46f690a3543415a22e121ea6db09cf (patch)
treef269ebbf6d6c15d29732e5b4053242145c98abe6 /engines/xeen/resources.cpp
parent68274d1cc66fe3a8f6df2a2064a4a03d1a0678f6 (diff)
downloadscummvm-rg350-b1b0f6be2e46f690a3543415a22e121ea6db09cf.tar.gz
scummvm-rg350-b1b0f6be2e46f690a3543415a22e121ea6db09cf.tar.bz2
scummvm-rg350-b1b0f6be2e46f690a3543415a22e121ea6db09cf.zip
XEEN: Control panel dialog now showing
Diffstat (limited to 'engines/xeen/resources.cpp')
-rw-r--r--engines/xeen/resources.cpp17
1 files changed, 9 insertions, 8 deletions
diff --git a/engines/xeen/resources.cpp b/engines/xeen/resources.cpp
index c30df44bb2..8e23341046 100644
--- a/engines/xeen/resources.cpp
+++ b/engines/xeen/resources.cpp
@@ -1674,20 +1674,21 @@ const char *const Resources::UNABLE_TO_PICK_LOCK = "\x3""c\v010%s was unable to
const char *const Resources::CONTROL_PANEL_TEXT =
"\x1\xC""00\x3""c\xB""000\t000Control Panel\x3r"
- "\xB""022\t045\xC""06E\xC""dfx:\t124\xC""06S\xC""dave:"
- "\xB""041\t045\xC""06M\xC""dusic:\t124S\xC""06a\xC""dve:"
- "\xB""060\t045\xC""06L\xC""doad:\t124\xC""06Q\xC""duit:"
- "\xB""080\t084Mr \xC""06W\xC""dizard:%s\t000";
+ "\xB""022\t045\xC""06L\xC""doad:\t124\xC""06E\xC""dfx:"
+ "\xB""041\t045\xC""06S\xC""dave:\t124\xC""06M\xC""dusic:"
+ "\xB""060\t045\xC""06Q\xC""duit:"
+ "\xB""080\t084Mr \xC""06W\xC""dizard:%s\t000\x1";
const char *const Resources::CONTROL_PANEL_BUTTONS =
- "\x3""c\xB""022\t062load\t141%s"
+ "\x3""c\f11"
+ "\xB""022\t062load\t141%s"
"\xB""041\t062save\t141%s"
"\xB""060\t062exit"
"\xB""079\t102Help\xC""d";
-const char *const Resources::ON = "on";
-const char *const Resources::OFF = "off";
+const char *const Resources::ON = "\f15on\f11";
+const char *const Resources::OFF = "\f32off\f11";
const char *const Resources::CONFIRM_QUIT = "Are you sure you want to quit?";
const char *const Resources::MR_WIZARD =
- "Are you sure you want Mr.Wizard''s Help ?";
+ "Are you sure you want Mr.Wizard's Help ?";
const char *const Resources::NO_LOADING_IN_COMBAT =
"No Loading Allowed in Combat!";
const char *const Resources::NO_SAVING_IN_COMBAT =