changeset 2232:155caabaa12b

OS/2: Fix the new Delete menu by using MLM_CLEAR instead of MLM_DELETE.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 03 Jan 2021 16:32:52 +0000
parents 4d2619f31ebd
children a1efdd4a24af
files os2/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/os2/dw.c	Sun Jan 03 16:03:00 2021 +0000
+++ b/os2/dw.c	Sun Jan 03 16:32:52 2021 +0000
@@ -2429,7 +2429,7 @@
                case ENTRY_PASTE:
                   return WinSendMsg(hWnd, MLM_PASTE, 0, 0);
                case ENTRY_DELETE:
-                  return WinSendMsg(hWnd, MLM_DELETE, 0, 0);
+                  return WinSendMsg(hWnd, MLM_CLEAR, 0, 0);
                case ENTRY_UNDO:
                   return WinSendMsg(hWnd, MLM_UNDO, 0, 0);
                case ENTRY_SALL: