[Bug 34319] Total Commander: context menu does not contain Paste

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 12 14:15:46 CST 2016


https://bugs.winehq.org/show_bug.cgi?id=34319

--- Comment #4 from super_man at post.com ---
http://source.winehq.org/git/wine.git/blob/630f5e97b12c1bc934e44a632d30e9129651bb06:/dlls/shell32/shlview_cmenu.c#l474

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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list