Changeset 91718 in vbox for trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
- Timestamp:
- Oct 14, 2021 11:43:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r85746 r91718 541 541 else 542 542 /** @todo r=bird: This isn't an IPRT error, is it? */ 543 hr = setError(VBOX_E_IPRT_ERROR, tr("Guest returned invalid drop formats (%zu formats)"), lstFormats.size()); 543 hr = setError(VBOX_E_IPRT_ERROR, tr("Guest returned invalid drop formats (%zu formats)", "", 544 lstFormats.size()), lstFormats.size()); 544 545 } 545 546 else
Note:
See TracChangeset
for help on using the changeset viewer.