From 6db1fb197c169633bef9b23542464f89e9c4dbe6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 21 Mar 2021 13:18:20 +1100 Subject: Cleanup: spelling, doxygen comment formatting --- intern/ghost/intern/GHOST_DropTargetWin32.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/ghost') diff --git a/intern/ghost/intern/GHOST_DropTargetWin32.cpp b/intern/ghost/intern/GHOST_DropTargetWin32.cpp index fe11d9a28f2..ab4b48da9b4 100644 --- a/intern/ghost/intern/GHOST_DropTargetWin32.cpp +++ b/intern/ghost/intern/GHOST_DropTargetWin32.cpp @@ -178,8 +178,8 @@ DWORD GHOST_DropTargetWin32::allowedDropEffect(DWORD dwAllowed) GHOST_TDragnDropTypes GHOST_DropTargetWin32::getGhostType(IDataObject *pDataObject) { /* Text - * Note: Unicode text is available as CF_TEXT too, the system can do the - * conversion, but we do the conversion ourself with WC_NO_BEST_FIT_CHARS. + * NOTE: Unicode text is available as CF_TEXT too, the system can do the + * conversion, but we do the conversion our self with #WC_NO_BEST_FIT_CHARS. */ FORMATETC fmtetc = {CF_TEXT, 0, DVASPECT_CONTENT, -1, TYMED_HGLOBAL}; if (pDataObject->QueryGetData(&fmtetc) == S_OK) { -- cgit v1.2.3