diff options
Diffstat (limited to 'engines/wintermute/UI/UIWindow.cpp')
-rw-r--r-- | engines/wintermute/UI/UIWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/UI/UIWindow.cpp b/engines/wintermute/UI/UIWindow.cpp index 44d2bc5743..52c15ba904 100644 --- a/engines/wintermute/UI/UIWindow.cpp +++ b/engines/wintermute/UI/UIWindow.cpp @@ -382,7 +382,7 @@ HRESULT CUIWindow::loadBuffer(byte *buffer, bool complete) { case TOKEN_TITLE:
setText((char *)params);
- Game->_stringTable->Expand(&_text);
+ Game->_stringTable->expand(&_text);
break;
case TOKEN_TITLE_ALIGN:
|