mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- use symbolic names instead of numeric values (made for English and German, other languages needs to change)
svn path=/trunk/; revision=39980
This commit is contained in:
parent
e6e1b8bf6a
commit
b3d2497aaa
2 changed files with 12 additions and 12 deletions
|
@ -41,13 +41,13 @@ END
|
||||||
|
|
||||||
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
|
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Wiederherstellen", 61728
|
MENUITEM "&Wiederherstellen", SC_RESTORE
|
||||||
MENUITEM "&Verschieben", 61456
|
MENUITEM "&Verschieben", SC_MOVE
|
||||||
MENUITEM "&Größe", 61440
|
MENUITEM "&Größe", SC_SIZE
|
||||||
MENUITEM "Mi&nimieren", 61472
|
MENUITEM "Mi&nimieren", SC_MINIMIZE
|
||||||
MENUITEM "Ma&ximieren", 61488
|
MENUITEM "Ma&ximieren", SC_MAXIMIZE
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "S&chließen\tAlt-F4", 61536
|
MENUITEM "S&chließen\tAlt-F4", SC_CLOSE
|
||||||
END
|
END
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -39,13 +39,13 @@ END
|
||||||
|
|
||||||
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
|
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Restore", 61728
|
MENUITEM "&Restore", SC_RESTORE
|
||||||
MENUITEM "&Move", 61456
|
MENUITEM "&Move", SC_MOVE
|
||||||
MENUITEM "&Size", 61440
|
MENUITEM "&Size", SC_SIZE
|
||||||
MENUITEM "Mi&nimize", 61472
|
MENUITEM "Mi&nimize", SC_MINIMIZE
|
||||||
MENUITEM "Ma&ximize", 61488
|
MENUITEM "Ma&ximize", SC_MAXIMIZE
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "&Close\tAlt-F4", 61536
|
MENUITEM "&Close\tAlt-F4", SC_CLOSE
|
||||||
END
|
END
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in a new issue