mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:13:05 +00:00
fixed popup menu for edit controls
svn path=/trunk/; revision=10341
This commit is contained in:
parent
ace328553a
commit
f258f3380a
1 changed files with 11 additions and 8 deletions
|
@ -107,6 +107,8 @@ END
|
|||
|
||||
EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
|
||||
{
|
||||
POPUP "DUMMY"
|
||||
BEGIN
|
||||
MENUITEM "&Undo", EM_UNDO
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Cu&t", WM_CUT
|
||||
|
@ -115,6 +117,7 @@ EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
|
|||
MENUITEM "&Delete", WM_CLEAR
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Select &All", EM_SETSEL
|
||||
END
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue