[PATCH 2/2] Fix test failure on non-English locale

Paul Vriens Paul.Vriens.Wine at gmail.com
Mon Nov 30 12:56:32 CST 2009


---
 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,
-- 
1.6.2.5


--------------000106050003030203030007--



More information about the wine-patches mailing list