aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sherlock/tattoo/widget_lab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/widget_lab.cpp b/engines/sherlock/tattoo/widget_lab.cpp
index 99f0e87fab..2d4a4dc2b4 100644
--- a/engines/sherlock/tattoo/widget_lab.cpp
+++ b/engines/sherlock/tattoo/widget_lab.cpp
@@ -167,7 +167,7 @@ void WidgetLab::displayLabNames() {
ui._tooltipWidget.setText("");
} else {
Common::String str = Common::String::format("%s %s %s %s", FIXED(Use), _labObject->_description.c_str(),
- FIXED(With), ui._bgShape->_description);
+ FIXED(With), ui._bgShape->_description.c_str());
// Make sure that the Object has a name
if (!ui._bgShape->_description.empty() && !ui._bgShape->_description.hasPrefix(" ")) {