Qian Hong : gdi32/tests: Fixed typo in localized name tests.

Alexandre Julliard julliard at winehq.org
Fri Oct 19 13:33:53 CDT 2012


Module: wine
Branch: master
Commit: 648a8ce40e05dc2b0f84d3a6d624e402e4e24037
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=648a8ce40e05dc2b0f84d3a6d624e402e4e24037

Author: Qian Hong <fracting at gmail.com>
Date:   Fri Oct 19 02:13:44 2012 +0800

gdi32/tests: Fixed typo in localized name tests.

---

 dlls/gdi32/tests/font.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gdi32/tests/font.c b/dlls/gdi32/tests/font.c
index 82c0409..4d41388 100644
--- a/dlls/gdi32/tests/font.c
+++ b/dlls/gdi32/tests/font.c
@@ -4162,7 +4162,7 @@ static void test_fullname2_helper(const char *Family)
         ret = get_ttf_nametable_entry(hdc, TT_NAME_ID_FONT_SUBFAMILY, bufW, buf_size, GetSystemDefaultLangID());
         if (!ret)
         {
-            trace("no localized FONT_SUBFAMILY font.\n");
+            trace("no localized FONT_SUBFAMILY found.\n");
             ret = get_ttf_nametable_entry(hdc, TT_NAME_ID_FONT_SUBFAMILY, bufW, buf_size, TT_MS_LANGID_ENGLISH_UNITED_STATES);
         }
         ok(ret, "SUBFAMILY (style name) could not be read\n");




More information about the wine-cvs mailing list