<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi Jared,<br>
      <br>
      The patch still has NEW status, but I don't think I can sign it of
      myself. I'm not native speaker and I recall discussions about
      similar case on wine-devel in the past. I hope someone else can
      comment.<br>
      <br>
      Thanks,<br>
      Jacek<br>
      <br>
      <br>
      On 10/19/15 23:30, Jared Smudde wrote:<br>
    </div>
    <blockquote cite="mid:BAY180-W42DF7C39071A331E01D342C63A0@phx.gbl"
      type="cite">
      <div class="moz-text-plain" wrap="true" graphical-quote="true"
        style="font-family: -moz-fixed; font-size: 12px;" lang="ar">
        <pre wrap="">Signed-off-by: Jared Smudde <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:computerwhiz02@hotmail.com"><computerwhiz02@hotmail.com></a>

Some of the second words on menu items are not capitalized. This looks weird as some of the other menu items are all�capitalized.�                                        </pre>
      </div>
      <br>
      <br>
      <div class="moz-text-plain" wrap="true" graphical-quote="true"
        style="font-family: -moz-fixed; font-size: 12px;"
        lang="x-western">
        <pre wrap=""> dlls/ieframe/ieframe.rc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dlls/ieframe/ieframe.rc b/dlls/ieframe/ieframe.rc
index aed8483..d4ccf3c 100644
--- a/dlls/ieframe/ieframe.rc
+++ b/dlls/ieframe/ieframe.rc
@@ -32,11 +32,11 @@ IDR_BROWSE_MAIN_MENU MENU
         }
         MENUITEM "&Open...",                    ID_BROWSE_OPEN
         MENUITEM "&Save",                       ID_BROWSE_SAVE
-        MENUITEM "Save &as...",                 ID_BROWSE_SAVE_AS
+        MENUITEM "Save &As...",                 ID_BROWSE_SAVE_AS
         MENUITEM SEPARATOR
-        MENUITEM "Print &format...",            ID_BROWSE_PRINT_FORMAT
+        MENUITEM "Print &Format...",            ID_BROWSE_PRINT_FORMAT
         MENUITEM "Pr&int...",                   ID_BROWSE_PRINT
-        MENUITEM "Print previe&w",              ID_BROWSE_PRINT_PREVIEW
+        MENUITEM "Print Previe&w",              ID_BROWSE_PRINT_PREVIEW
         MENUITEM SEPARATOR
         MENUITEM "&Properties",                 ID_BROWSE_PROPERTIES
         MENUITEM "&Close",                      ID_BROWSE_QUIT
@@ -45,8 +45,8 @@ IDR_BROWSE_MAIN_MENU MENU
     {
         POPUP "&Toolbars"
         {
-            MENUITEM "&Standard bar",           ID_BROWSE_BAR_STD
-            MENUITEM "&Address bar",            ID_BROWSE_BAR_ADDR
+            MENUITEM "&Standard Bar",           ID_BROWSE_BAR_STD
+            MENUITEM "&Address Bar",            ID_BROWSE_BAR_ADDR
         }
     }
     POPUP "&Favorites"
</pre>
      </div>
    </blockquote>
  </body>
</html>