- Minor argument change requested by Megamouse
This commit is contained in:
kd-11 2019-05-07 09:02:03 +03:00
parent f1ff75d815
commit feb77793df

View File

@ -1099,7 +1099,7 @@ void game_list_frame::BatchCreatePPUCaches()
return;
}
progress_dialog* pdlg = new progress_dialog(tr("Creating all PPU caches"), tr("Cancel"), 0, m_game_data.size(), this);
progress_dialog* pdlg = new progress_dialog(tr("Creating all PPU caches"), tr("Cancel"), 0, total, this);
pdlg->setWindowTitle(tr("PPU Cache Batch Creation"));
pdlg->setAutoClose(false);
pdlg->setAutoReset(false);