Restore "Find All in Current Document" buttons none shorcut status

In Find dialog, the new shortcut of "Find All in Current Document"
buttons (in v7.2.1) has hijacked the one of Replace &All.  Here's the
fix for this regression.
pull/2544/merge
Don Ho 2016-11-26 12:42:45 +01:00
parent 7ee1a5d935
commit 1ce7df0408
3 changed files with 3 additions and 3 deletions

View File

@ -367,7 +367,7 @@
<Item id="1626" name="Extended (\n, \r, \t, \0, \x...)"/>
<Item id="1660" name="Replace in Files"/>
<Item id="1661" name="Follow current doc."/>
<Item id="1641" name="Find &amp;All in Current Document"/>
<Item id="1641" name="Find All in Current Document"/>
<Item id="1686" name="Transparency"/>
<Item id="1703" name="&amp;. matches newline"/>
</Find>

View File

@ -362,7 +362,7 @@
<Item id="1626" name="Extended (\n, \r, \t, \0, \x...)"/>
<Item id="1660" name="Replace in Files"/>
<Item id="1661" name="Follow current doc."/>
<Item id="1641" name="Find &amp;All in Current Document"/>
<Item id="1641" name="Find All in Current Document"/>
<Item id="1686" name="Transparency"/>
<Item id="1703" name="&amp;. matches newline"/>
</Find>

View File

@ -72,7 +72,7 @@ BEGIN
PUSHBUTTON "Find Next",IDOK,268,20,90,14,WS_GROUP
PUSHBUTTON "Coun&t",IDCCOUNTALL,268,38,90,14
PUSHBUTTON "Find All in All &Opened Documents",IDC_FINDALL_OPENEDFILES,268,56,90,21,BS_MULTILINE
PUSHBUTTON "Find &All in Current Document",IDC_FINDALL_CURRENTFILE,268,80,90,21,BS_MULTILINE
PUSHBUTTON "Find All in Current Document",IDC_FINDALL_CURRENTFILE,268,80,90,21,BS_MULTILINE
PUSHBUTTON "&Replace",IDREPLACE,268,38,90,14
PUSHBUTTON "Replace &All",IDREPLACEALL,268,56,90,14
PUSHBUTTON "Replace All in All &Opened Documents",IDC_REPLACE_OPENEDFILES,268,74,90,21,BS_MULTILINE