SCI: Changed some char* into Common::String

svn-id: r39663
This commit is contained in:
Max Horn 2009-03-24 12:46:48 +00:00
parent 33895c0220
commit b76f7fea4e
10 changed files with 25 additions and 63 deletions

View file

@ -2781,7 +2781,7 @@ int c_statusbar(EngineState *s) {
s->status_bar_foreground = cmd_params[0].val;
s->status_bar_background = cmd_params[1].val;
sciw_set_status_bar(s, s->titlebar_port, s->status_bar_text, s->status_bar_foreground, s->status_bar_background);
sciw_set_status_bar(s, s->titlebar_port, s->_statusBarText, s->status_bar_foreground, s->status_bar_background);
gfxop_update(s->gfx_state);
return 0;