logbox
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user