mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
Update fmt version to 9.1.0 (#177)
This commit is contained in:
parent
f2ec0b4083
commit
0ed4fdcd78
16 changed files with 56 additions and 33 deletions
|
@ -1110,7 +1110,7 @@ void GeneralSettings2::OnAccountDelete(wxCommandEvent& event)
|
|||
auto& account = obj->GetAccount();
|
||||
|
||||
const std::wstring format_str = _("Are you sure you want to delete the account {} with id {:x}?").ToStdWstring();
|
||||
const std::wstring msg = fmt::format(format_str,
|
||||
const std::wstring msg = fmt::format(fmt::runtime(format_str),
|
||||
std::wstring{ account.GetMiiName() }, account.GetPersistentId());
|
||||
|
||||
const int answer = wxMessageBox(msg, _("Confirmation"), wxYES_NO | wxCENTRE | wxICON_QUESTION, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue