mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
[win] cmailmessage: debug
This commit is contained in:
@ -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"";
|
||||
|
||||
Reference in New Issue
Block a user