Changeset 1425 for trunk/src/user32/edit.cpp
- Timestamp:
- Oct 24, 1999, 1:05:05 AM (26 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32
-
Property svn:ignore
set to
user32.lrf
user32exp.def
resource.asm
-
Property svn:ignore
set to
-
trunk/src/user32/edit.cpp
r1368 r1425 1 /* $Id: edit.cpp,v 1. 6 1999-10-20 06:38:09sandervl Exp $ */1 /* $Id: edit.cpp,v 1.7 1999-10-23 23:04:33 sandervl Exp $ */ 2 2 /* 3 3 * Edit control … … 14 14 /* 15 15 * please read EDIT.TODO (and update it when you change things) 16 CB:17 - OS/2 menu not implemented (WM_CONTEXTMENU)18 16 */ 19 17 … … 2670 2668 static void EDIT_WM_ContextMenu(HWND hwnd, EDITSTATE *es, HWND hwndBtn, INT x, INT y) 2671 2669 { 2672 //CB: implement native menu!2673 2670 HMENU menu = LoadMenuA(GetModuleHandleA("USER32"), "EDITMENU"); 2674 2671 HMENU popup = GetSubMenu(menu, 0);
Note:
See TracChangeset
for help on using the changeset viewer.