зеркало из https://github.com/mozilla/pjs.git
Fixed clipboard problem where an ascii format was used instead of unicode.
This commit is contained in:
Родитель
d2bb165044
Коммит
505c40cdd1
|
@ -246,7 +246,7 @@ HRESULT STDMETHODCALLTYPE CDropTarget::Drop(/* [unique][in] */ IDataObject __RPC
|
|||
}
|
||||
|
||||
// Does the data object point to a wide character file?
|
||||
formatetc.cfFormat = g_cfFileName;
|
||||
formatetc.cfFormat = g_cfFileNameW;
|
||||
if (m_spDataObject->GetData(&formatetc, &stgmedium) == S_OK)
|
||||
{
|
||||
USES_CONVERSION;
|
||||
|
|
Загрузка…
Ссылка в новой задаче