Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib-src/FileDialog/win/FileDialogPrivate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,11 @@ int FileDialog::ShowModal()
{
wxLogError(wxT("Call not implemented when calling file dialog function."));
}
else if (errCode == ERROR_SOUND)
{
wxLogError(wxT( "Error opening sound device. Try changing the audio host,
playback device and the project sample rate."));
}
else
{
wxLogError(wxT("Unknown error %d when calling file dialog function."), errCode);
Expand Down