Commit 7afe1d23 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wineboot: Make sure 'Cancel' has the focus and is the default button in the 'Do…

wineboot: Make sure 'Cancel' has the focus and is the default button in the 'Do you want to kill all your applications' dialog.
parent 9e82e46a
......@@ -26,8 +26,8 @@ STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSM
CAPTION "Waiting for Program"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "Terminate Process",IDOK,51,49,71,15
PUSHBUTTON "Cancel",IDCANCEL,129,49,50,15
DEFPUSHBUTTON "Cancel",IDCANCEL,129,49,50,15
PUSHBUTTON "Terminate Process",IDOK,51,49,71,15
LTEXT "A simulated log-off or shutdown is in progress, but this program isn't responding.",
IDC_STATIC,7,7,172,19
LTEXT "If you terminate the process you may lose all unsaved data.",
......
......@@ -28,8 +28,8 @@ STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSM
CAPTION "프로그램 대기중"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "프로세스 끝내기",IDOK,51,49,71,15
PUSHBUTTON "취소",IDCANCEL,129,49,50,15
DEFPUSHBUTTON "취소",IDCANCEL,129,49,50,15
PUSHBUTTON "프로세스 끝내기",IDOK,51,49,71,15
LTEXT " 이 프로세스에 로그 오프나 종료를 시도했으나, 이 프로그램은 아무런 반응이 없습니다.",
IDC_STATIC,7,7,172,19
LTEXT "만약 당신이 이 프로세스를 끝낸다면 저장 하지 않은 모든 데이터를 잃어버릴 것입니다.",
......
......@@ -26,8 +26,8 @@ STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSM
CAPTION "Vntar p program"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "Avsluta process",IDOK,51,49,71,15
PUSHBUTTON "Avbryt",IDCANCEL,129,49,50,15
DEFPUSHBUTTON "Avbryt",IDCANCEL,129,49,50,15
PUSHBUTTON "Avsluta process",IDOK,51,49,71,15
LTEXT "En simulerad avloggning eller avstngning pgr, men det hr programmet svarar inte.",
IDC_STATIC,7,7,172,19
LTEXT "Om du avslutar processen kan du frlora allt osparat data.",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment