diff --git a/src/Notepad3.rc b/src/Notepad3.rc index bd61d349a..352faa98a 100644 --- a/src/Notepad3.rc +++ b/src/Notepad3.rc @@ -305,10 +305,10 @@ BEGIN MENUITEM "&Active", IDM_VIEW_MARKOCCUR_ONOFF MENUITEM SEPARATOR MENUITEM "Match Visible Only", IDM_VIEW_MARKOCCUR_VISIBLE - MENUITEM "Match &Case", IDM_VIEW_MARKOCCUR_CASE + MENUITEM "Match &Case Sensitive", IDM_VIEW_MARKOCCUR_CASE MENUITEM SEPARATOR MENUITEM "Match &Whole Word Only", IDM_VIEW_MARKOCCUR_WORD - MENUITEM "&Instant Match Word", IDM_VIEW_MARKOCCUR_CURRENT + MENUITEM "Match Cu&rrent Word", IDM_VIEW_MARKOCCUR_CURRENT END MENUITEM SEPARATOR MENUITEM "Line &Numbers\tCtrl+Shift+N", IDM_VIEW_LINENUMBERS