Skip to content

Commit

Permalink
Switch "Find" buttons in Find dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
gerundt authored and sdottaka committed Oct 8, 2019
1 parent 8fdccdc commit 761941c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/Merge.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
CONTROL "&Don't close this dialog box",IDC_FINDDLG_DONTCLOSE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,72,140,10
DEFPUSHBUTTON "Find &Prev",IDC_EDIT_FINDPREV,226,7,60,14,WS_GROUP
DEFPUSHBUTTON "&Find Next",IDOK,226,24,60,14,WS_GROUP
DEFPUSHBUTTON "&Find Next",IDOK,226,7,60,14,WS_GROUP
DEFPUSHBUTTON "Find &Prev",IDC_EDIT_FINDPREV,226,24,60,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,226,41,60,14
END

Expand Down

0 comments on commit 761941c

Please sign in to comment.