Author: hbelusca
Date: Sat Oct 13 18:19:31 2012
New Revision: 57555
URL:
http://svn.reactos.org/svn/reactos?rev=57555&view=rev
Log:
[USER32]
- Change the French keyboard accelerators of the windows' system menu to match those
of Win2k3.
Modified:
trunk/reactos/win32ss/user/user32/lang/fr-FR.rc
Modified: trunk/reactos/win32ss/user/user32/lang/fr-FR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/user32/lang/f…
==============================================================================
--- trunk/reactos/win32ss/user/user32/lang/fr-FR.rc [iso-8859-1] (original)
+++ trunk/reactos/win32ss/user/user32/lang/fr-FR.rc [iso-8859-1] Sat Oct 13 18:19:31 2012
@@ -44,10 +44,10 @@
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