shdocvw: Fix French translation

Frédéric Delanoy frederic.delanoy at gmail.com
Wed Jul 28 15:51:49 CDT 2010


---
 dlls/shdocvw/Fr.rc |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/dlls/shdocvw/Fr.rc b/dlls/shdocvw/Fr.rc
index 2d053a2..94b4a7e 100644
--- a/dlls/shdocvw/Fr.rc
+++ b/dlls/shdocvw/Fr.rc
@@ -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
-- 
1.7.2


--------------010206050505080702010809--



More information about the wine-patches mailing list