https://bugs.winehq.org/show_bug.cgi?id=34319
--- Comment #4 from super_man@post.com --- http://source.winehq.org/git/wine.git/blob/630f5e97b12c1bc934e44a632d30e9129...
I dont know exactly the location to start looking at missing code but this case loop is definitely missing paste command. You can find cut and copy there, but no paste mentioned.
If I am not mistaken the code needs something like this
case FCIDM_SHVIEW_INSERT: DoPaste(This); break;
There is even dopaste function ready, but its only called at 1 location.
Still valid 1.9.5