[win] cmailmessage: debug

This commit is contained in:
SimplestStudio
2025-11-20 13:24:56 +02:00
parent e1d8de4022
commit e752d4affc

View File

@ -158,7 +158,7 @@ static std::wstring selectClient(std::vector<std::wstring> &clients)
delete[] pRadioBtns;
if (result == IDOK) {
try {
return clients.at(selRadio);
return clients.at(selRadio - dfltRadioId);
} catch (...) {}
}
return L"";