Module: wine Branch: master Commit: 7afe1d23e274d0e7dc93ffe79d887d71422937ff URL: http://source.winehq.org/git/wine.git/?a=commit;h=7afe1d23e274d0e7dc93ffe79d...
Author: Francois Gouget fgouget@codeweavers.com Date: Sun Oct 28 02:38:21 2007 +0200
wineboot: Make sure 'Cancel' has the focus and is the default button in the 'Do you want to kill all your applications' dialog.
---
programs/wineboot/wineboot_En.rc | 4 ++-- programs/wineboot/wineboot_Ko.rc | 4 ++-- programs/wineboot/wineboot_Sv.rc | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/programs/wineboot/wineboot_En.rc b/programs/wineboot/wineboot_En.rc index 45abe9c..7a3fa2a 100644 --- a/programs/wineboot/wineboot_En.rc +++ b/programs/wineboot/wineboot_En.rc @@ -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.", diff --git a/programs/wineboot/wineboot_Ko.rc b/programs/wineboot/wineboot_Ko.rc index 869a6af..d39f873 100644 --- a/programs/wineboot/wineboot_Ko.rc +++ b/programs/wineboot/wineboot_Ko.rc @@ -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 "���� ����� �� ���μ����� �����ٸ� ���� ���� ���� ��� ������ �Ҿ���� ���Դϴ�.", diff --git a/programs/wineboot/wineboot_Sv.rc b/programs/wineboot/wineboot_Sv.rc index eb60450..6727c01 100644 --- a/programs/wineboot/wineboot_Sv.rc +++ b/programs/wineboot/wineboot_Sv.rc @@ -26,8 +26,8 @@ STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSM CAPTION "V�ntar 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 avst�ngning p�g�r, men det h�r programmet svarar inte.", IDC_STATIC,7,7,172,19 LTEXT "Om du avslutar processen kan du f�rlora allt osparat data.",