shdocvw: Fix French translation.

This commit is contained in:
Frédéric Delanoy 2010-07-28 22:51:49 +02:00 committed by Alexandre Julliard
parent 084bf06fe9
commit 16f120f1dd
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,6 @@
/*
* shdocvw French resources
*
* Copyright 2010 Frédéric Delanoy
*
* This library is free software; you can redistribute it and/or
@ -40,7 +41,10 @@ IDR_BROWSE_MAIN_MENU MENU
{
POPUP "&Fichier"
{
MENUITEM "&Nouvelle fenêtre" ID_BROWSE_NEW_WINDOW
POPUP "&Nouvelle"
{
MENUITEM "&Fenêtre" ID_BROWSE_NEW_WINDOW
}
MENUITEM "&Ouvrir...", ID_BROWSE_OPEN
MENUITEM "&Enregistrer", ID_BROWSE_SAVE
MENUITEM "Enregistrer &sous...", ID_BROWSE_SAVE_AS