mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +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
|
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Restaurer", SC_RESTORE
|
MENUITEM "&Restaurer", SC_RESTORE
|
||||||
MENUITEM "&Déplacer", SC_MOVE
|
MENUITEM "Dép&lacer", SC_MOVE
|
||||||
MENUITEM "&Taille", SC_SIZE
|
MENUITEM "&Taille", SC_SIZE
|
||||||
MENUITEM "Ré&duire", SC_MINIMIZE
|
MENUITEM "Réd&uire", SC_MINIMIZE
|
||||||
MENUITEM "A&grandir", SC_MAXIMIZE
|
MENUITEM "Agra&ndir", SC_MAXIMIZE
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "&Fermer\tAlt-F4", SC_CLOSE
|
MENUITEM "&Fermer\tAlt-F4", SC_CLOSE
|
||||||
END
|
END
|
||||||
|
|
Loading…
Reference in a new issue