mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-13 04:36:59 +00:00
UI: Make code compatible with wxWidgets 3.3 (#1598)
This commit is contained in:
parent
95dc590d2c
commit
da98aa4176
7 changed files with 14 additions and 14 deletions
|
|
@ -576,7 +576,7 @@ void wxTitleManagerList::OnConvertToCompressedFormat(uint64 titleId, uint64 righ
|
|||
}
|
||||
else
|
||||
{
|
||||
progressDialog.Update(0, _("Collecting list of files..." + fmt::format(" ({})", writerContext.totalFileCount.load())));
|
||||
progressDialog.Update(0, _("Collecting list of files...") + fmt::format(" ({})", writerContext.totalFileCount.load()));
|
||||
}
|
||||
if (progressDialog.WasCancelled())
|
||||
writerContext.cancelled.store(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue