mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 04:24:56 +00:00
DolphinWX/Main: Fix shader compilation dialog translations
Fixes issue 10685
This commit is contained in:
parent
30b5cbcb02
commit
ed2be3b8e3
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ void Host_YieldToUI()
|
|||
void Host_UpdateProgressDialog(const char* caption, int position, int total)
|
||||
{
|
||||
wxCommandEvent event(wxEVT_HOST_COMMAND, IDM_UPDATE_PROGRESS_DIALOG);
|
||||
event.SetString(caption);
|
||||
event.SetString(StrToWxStr(caption));
|
||||
event.SetInt(position);
|
||||
event.SetExtraLong(total);
|
||||
main_frame->GetEventHandler()->AddPendingEvent(event);
|
||||
|
|
Loading…
Add table
Reference in a new issue