From 45c2e99be29025a88b70551856f9fa896c13bb69 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 8 Mar 2012 11:55:15 +0100 Subject: probable intent --- dtrans/source/win32/dnd/globals.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dtrans') diff --git a/dtrans/source/win32/dnd/globals.cxx b/dtrans/source/win32/dnd/globals.cxx index 5222a80b8c3d..4e478b7ad2fd 100644 --- a/dtrans/source/win32/dnd/globals.cxx +++ b/dtrans/source/win32/dnd/globals.cxx @@ -83,7 +83,7 @@ sal_Int8 dndOleKeysToAction( DWORD grfKeyState, sal_Int8 nSourceActions) { ret= ACTION_LINK; } - else if ( grfKeyState & MK_RBUTTON | + else if ( grfKeyState & MK_RBUTTON || grfKeyState & MK_ALT) { ret= ACTION_COPY_OR_MOVE | ACTION_LINK; -- cgit