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