aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_load.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-13 22:21:40 -0400
committerPaul Gilbert2017-08-26 11:13:34 -0400
commita929c5aabc7093ce14126e9ae040c8260acf26a5 (patch)
tree4999b2ad9b9c0cd24b5250f040a97133fb4818a3 /engines/titanic/pet_control/pet_load.cpp
parentb4ee0ec8236787c8894dd78d305006b54890bfb1 (diff)
downloadscummvm-rg350-a929c5aabc7093ce14126e9ae040c8260acf26a5.tar.gz
scummvm-rg350-a929c5aabc7093ce14126e9ae040c8260acf26a5.tar.bz2
scummvm-rg350-a929c5aabc7093ce14126e9ae040c8260acf26a5.zip
TITANIC: Add further strings to create_titanic tool
Diffstat (limited to 'engines/titanic/pet_control/pet_load.cpp')
-rw-r--r--engines/titanic/pet_control/pet_load.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_load.cpp b/engines/titanic/pet_control/pet_load.cpp
index 1d81435bed..6c24c575c9 100644
--- a/engines/titanic/pet_control/pet_load.cpp
+++ b/engines/titanic/pet_control/pet_load.cpp
@@ -52,7 +52,7 @@ bool CPetLoad::MouseButtonUpMsg(const Point &pt) {
}
void CPetLoad::getTooltip(CTextControl *text) {
- text->setText("Load the game.");
+ text->setText(LOAD_THE_GAME);
}
void CPetLoad::execute() {