mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +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;
|
delete[] pRadioBtns;
|
||||||
if (result == IDOK) {
|
if (result == IDOK) {
|
||||||
try {
|
try {
|
||||||
return clients.at(selRadio);
|
return clients.at(selRadio - dfltRadioId);
|
||||||
} catch (...) {}
|
} catch (...) {}
|
||||||
}
|
}
|
||||||
return L"";
|
return L"";
|
||||||
|
|||||||
Reference in New Issue
Block a user