mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
fixes compile with msvc8
svn-id: r23102
This commit is contained in:
parent
332e1d860e
commit
7afb55604b
@ -485,7 +485,7 @@ void SimonEngine::fileError(WindowBlock *window, bool save_error) {
|
||||
break;
|
||||
case Common::IT_ITA:
|
||||
string1 = "\r Salvataggio non riuscito";
|
||||
string2 = "\r Prova un\39altro disco";
|
||||
string2 = "\r Prova un""\x27""altro disco";
|
||||
break;
|
||||
case Common::FR_FRA:
|
||||
string1 = "\r Echec sauvegarde";
|
||||
|
Loading…
Reference in New Issue
Block a user