OSDN Git Service

Switch "Find" buttons in Find dialog
authorTim Gerundt <tim@gerundt.de>
Tue, 8 Oct 2019 20:22:50 +0000 (22:22 +0200)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Tue, 8 Oct 2019 22:30:23 +0000 (07:30 +0900)
Src/Merge.rc

index 5df5068..e895487 100644 (file)
@@ -1008,8 +1008,8 @@ BEGIN
     CONTROL         "D&on't wrap end of file",IDC_FINDDLG_DONTWRAP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,60,140,10\r
     CONTROL         "&Don't close this dialog box",IDC_FINDDLG_DONTCLOSE,\r
                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,72,140,10\r
-    DEFPUSHBUTTON   "Find &Prev",IDC_EDIT_FINDPREV,226,7,60,14,WS_GROUP\r
-    DEFPUSHBUTTON   "&Find Next",IDOK,226,24,60,14,WS_GROUP\r
+    DEFPUSHBUTTON   "&Find Next",IDOK,226,7,60,14,WS_GROUP\r
+    DEFPUSHBUTTON   "Find &Prev",IDC_EDIT_FINDPREV,226,24,60,14,WS_GROUP\r
     PUSHBUTTON      "Cancel",IDCANCEL,226,41,60,14\r
 END\r
 \r