This commit is contained in:
2025-01-12 18:29:08 +01:00
parent 2589163a49
commit 62916f0622
4 changed files with 7 additions and 7 deletions

View File

@ -95,7 +95,7 @@ bool NSound::SaveSoundInformationPiece(const char * c_szFileName, NSound::TSound
{
char szErrorText[256+1];
_snprintf(szErrorText, sizeof(szErrorText), "Failed to save file (%s).\nPlease check if it is read-only or you have no space on the disk.\n", c_szFileName);
LogBox(szErrorText, "\xBF\xA1\xB7\xAF");
LogBox(szErrorText, "Errors");
SetResultString((strResult + " \xBE\xB2\xB1\xE2\xBF\xEB \xC6\xC4\xC0\xCF\xC0\xBB \xBF\xAD \xBC\xF6 \xBE\xF8\xC0\xBD").c_str());
return false;
}
@ -133,4 +133,4 @@ void NSound::DataToInstance(const TSoundDataVector & c_rSoundDataVector, TSoundI
rSoundInstance.dwFrame = (DWORD) (c_rSoundData.fTime / c_fFrameTime);
rSoundInstance.strSoundFileName = c_rSoundData.strSoundFileName;
}
}
}