Paul Vriens : shell32/tests: Fix test failure on non-English locale.

Alexandre Julliard julliard at winehq.org
Tue Dec 1 09:19:40 CST 2009


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

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Mon Nov 30 19:56:32 2009 +0100

shell32/tests: Fix test failure on non-English locale.

---

 dlls/shell32/tests/progman_dde.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/dlls/shell32/tests/progman_dde.c b/dlls/shell32/tests/progman_dde.c
index 7bc53d4..c3cb1e7 100644
--- a/dlls/shell32/tests/progman_dde.c
+++ b/dlls/shell32/tests/progman_dde.c
@@ -152,6 +152,10 @@ static void init_strings(void)
 
         lstrcpyA(StartupTitle, startup);
     }
+    else
+    {
+        lstrcpyA(StartupTitle, Startup);
+    }
 }
 
 static HDDEDATA CALLBACK DdeCallback(UINT type, UINT format, HCONV hConv, HSZ hsz1, HSZ hsz2,




More information about the wine-cvs mailing list