- 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:
Matthias Kupfer 2009-03-12 13:27:26 +00:00
parent e6e1b8bf6a
commit b3d2497aaa
2 changed files with 12 additions and 12 deletions

View file

@ -41,13 +41,13 @@ END
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
BEGIN
MENUITEM "&Wiederherstellen", 61728
MENUITEM "&Verschieben", 61456
MENUITEM "&Größe", 61440
MENUITEM "Mi&nimieren", 61472
MENUITEM "Ma&ximieren", 61488
MENUITEM "&Wiederherstellen", SC_RESTORE
MENUITEM "&Verschieben", SC_MOVE
MENUITEM "&Größe", SC_SIZE
MENUITEM "Mi&nimieren", SC_MINIMIZE
MENUITEM "Ma&ximieren", SC_MAXIMIZE
MENUITEM SEPARATOR
MENUITEM "S&chließen\tAlt-F4", 61536
MENUITEM "S&chließen\tAlt-F4", SC_CLOSE
END
/////////////////////////////////////////////////////////////////////////////

View file

@ -39,13 +39,13 @@ END
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
BEGIN
MENUITEM "&Restore", 61728
MENUITEM "&Move", 61456
MENUITEM "&Size", 61440
MENUITEM "Mi&nimize", 61472
MENUITEM "Ma&ximize", 61488
MENUITEM "&Restore", SC_RESTORE
MENUITEM "&Move", SC_MOVE
MENUITEM "&Size", SC_SIZE
MENUITEM "Mi&nimize", SC_MINIMIZE
MENUITEM "Ma&ximize", SC_MAXIMIZE
MENUITEM SEPARATOR
MENUITEM "&Close\tAlt-F4", 61536
MENUITEM "&Close\tAlt-F4", SC_CLOSE
END
/////////////////////////////////////////////////////////////////////////////