Improve FluidSynth library dependency error

This commit is contained in:
RichardG867
2020-06-18 21:35:42 -03:00
parent 56e486b699
commit 0a6e3ee1e2
3 changed files with 9 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ void* fluidsynth_init(const device_t *info)
#endif
if (fluidsynth_handle == NULL)
{
ui_msgbox(MBX_ERROR, (wchar_t *)IDS_2080);
ui_msgbox_header(MBX_ERROR, (wchar_t *) IDS_2080, (wchar_t *) IDS_2133);
return NULL;
}