|
|
@@ -58,7 +58,7 @@ BOOL CProcessPaste::DoPaste()
|
|
|
// when new data is put on the Clipboard
|
|
|
m_pOle = NULL; // m_pOle should not be accessed past this point
|
|
|
|
|
|
- /*if (m_bSendPaste)
|
|
|
+ if (m_bSendPaste)
|
|
|
{
|
|
|
Log(_T("Sending Paste to active window"));
|
|
|
theApp.m_activeWnd.SendPaste(m_bActivateTarget);
|
|
|
@@ -67,7 +67,7 @@ BOOL CProcessPaste::DoPaste()
|
|
|
{
|
|
|
Log(_T("Activating active window"));
|
|
|
theApp.m_activeWnd.ActivateTarget();
|
|
|
- }*/
|
|
|
+ }
|
|
|
|
|
|
ret = TRUE;
|
|
|
}
|