mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[USER32]
- Change the French keyboard accelerators of the windows' system menu to match those of Win2k3. svn path=/trunk/; revision=57555
This commit is contained in:
parent
46cb12a3fc
commit
c2d167775f
1 changed files with 3 additions and 3 deletions
|
@ -44,10 +44,10 @@ END
|
|||
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
|
||||
BEGIN
|
||||
MENUITEM "&Restaurer", SC_RESTORE
|
||||
MENUITEM "&Déplacer", SC_MOVE
|
||||
MENUITEM "Dép&lacer", SC_MOVE
|
||||
MENUITEM "&Taille", SC_SIZE
|
||||
MENUITEM "Ré&duire", SC_MINIMIZE
|
||||
MENUITEM "A&grandir", SC_MAXIMIZE
|
||||
MENUITEM "Réd&uire", SC_MINIMIZE
|
||||
MENUITEM "Agra&ndir", SC_MAXIMIZE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Fermer\tAlt-F4", SC_CLOSE
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue