mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +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,14 +107,17 @@ END
|
|||
|
||||
EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
|
||||
{
|
||||
MENUITEM "&Undo", EM_UNDO
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Cu&t", WM_CUT
|
||||
MENUITEM "&Copy", WM_COPY
|
||||
MENUITEM "&Paste", WM_PASTE
|
||||
MENUITEM "&Delete", WM_CLEAR
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Select &All", EM_SETSEL
|
||||
POPUP "DUMMY"
|
||||
BEGIN
|
||||
MENUITEM "&Undo", EM_UNDO
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Cu&t", WM_CUT
|
||||
MENUITEM "&Copy", WM_COPY
|
||||
MENUITEM "&Paste", WM_PASTE
|
||||
MENUITEM "&Delete", WM_CLEAR
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Select &All", EM_SETSEL
|
||||
END
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue