Add an accelerator key in Find dialog

Add accelerator key to "Find &All in Current Document" in Find dialog.
Closes #2391
This commit is contained in:
Doug Ilijev 2016-10-04 13:45:09 -07:00 committed by Don Ho
parent 642fdb421a
commit 4c5a1f96bf
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 All in Current Document"/>
<Item id="1641" name="Find &amp;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 All in Current Document"/>
<Item id="1641" name="Find &amp;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