setupapi: Use "MS Shell Dlg" 9 in Japanese resources.

This commit is contained in:
Muneyuki Noguchi 2008-09-25 11:24:06 +09:00 committed by Alexandre Julliard
parent 5fb9ed227d
commit 8448a9f1f4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
CAPTION "ファイルをコピーしています..."
FONT 9, "MS UI Gothic"
FONT 9, "MS Shell Dlg"
BEGIN
PUSHBUTTON "キャンセル", IDCANCEL, 79, 84, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
LTEXT "コピー元:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP