Changeset 55524 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Apr 29, 2015 2:45:20 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99883
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDrag.cpp
r55512 r55524 147 147 CGuest guest = session.GetConsole().GetGuest(); 148 148 149 /* Start getting the data from the source. First inform the source we150 * want the data in the specified MIME type. */149 /* Start getting the data from the source. Request and transfer data 150 * from the source and display a moddal progress dialog while doing this. */ 151 151 CProgress progress = dndSource.Drop(strMimeType, 152 152 UIDnDHandler::toVBoxDnDAction(dropAction)); … … 203 203 msgCenter().cannotDropData(progress, pParent); 204 204 } 205 else 205 else /* Don't pop up a message. */ 206 206 rc = VERR_CANCELLED; 207 207 }
Note:
See TracChangeset
for help on using the changeset viewer.