Changeset 85472 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDropTarget.cpp
- Timestamp:
- Jul 27, 2020 6:03:56 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDropTarget.cpp
r85371 r85472 470 470 /* Add separation between filenames. 471 471 * Note: Also do this for the last element of the list. */ 472 rc = RTStrAAppendExN(&pszFiles, 1 /* cPairs */, "\r\n", 2 /* Bytes */);472 rc = RTStrAAppendExN(&pszFiles, 1 /* cPairs */, DND_PATH_SEPARATOR, 2 /* Bytes */); 473 473 if (RT_SUCCESS(rc)) 474 474 cchFiles += 2; /* Include \r\n */
Note:
See TracChangeset
for help on using the changeset viewer.