提交 779b856a 编写于 作者: D dav

7031854: JCK 7 test FileDialogTest0001 fails on Windows with Russian locale

Reviewed-by: uta, dcherepanov
上级 518952a8
......@@ -225,7 +225,6 @@ AwtFileDialog::Show(void *p)
{
JNIEnv *env = (JNIEnv *)JNU_GetEnv(jvm, JNI_VERSION_1_2);
jobject peer;
WCHAR unicodeChar = L' ';
LPTSTR fileBuffer = NULL;
LPTSTR currentDirectory = NULL;
jint mode = 0;
......@@ -263,7 +262,7 @@ AwtFileDialog::Show(void *p)
HWND hwndOwner = awtParent ? awtParent->GetHWnd() : NULL;
if (title == NULL || env->GetStringLength(title)==0) {
title = JNU_NewStringPlatform(env, &unicodeChar);
title = JNU_NewStringPlatform(env, L" ");
}
JavaStringBuffer titleBuffer(env, title);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册