Patch #648254: INDY3: 'Save' button text

svn-id: r5824
This commit is contained in:
Max Horn 2002-12-04 13:10:15 +00:00
parent 6f7a30c5ee
commit 8f23186ac5

View File

@ -187,7 +187,7 @@ const ScummVM::String ScummDialog::queryResString(int stringno)
strcpy(result, (char*)tmp);
}
if (!result) { // Gracelessly degrade to english :)
if (!result || *result == '\0') { // Gracelessly degrade to english :)
if (_scumm->_features & GF_AFTER_V6)
result = string_map_table_v6[stringno - 1].string;
else