Francois Gouget : wineboot: Make sure 'Cancel' has the focus and is the default button in the ' Do you want to kill all your applications' dialog.

Alexandre Julliard julliard at winehq.org
Mon Oct 29 08:34:48 CDT 2007


Module: wine
Branch: master
Commit: 7afe1d23e274d0e7dc93ffe79d887d71422937ff
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7afe1d23e274d0e7dc93ffe79d887d71422937ff

Author: Francois Gouget <fgouget at 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.",




More information about the wine-cvs mailing list