From 8fd691a3b2b331480794126bab8fb750e0f6efe3 Mon Sep 17 00:00:00 2001 From: Don HO Date: Mon, 22 Jul 2019 01:24:37 +0200 Subject: [PATCH] Change shortcut for avoiding the clash Change shortcut of "Replace All in All Opened Documents" from &o to &u. Close #2276 --- PowerEditor/src/ScitillaComponent/FindReplaceDlg.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/src/ScitillaComponent/FindReplaceDlg.rc b/PowerEditor/src/ScitillaComponent/FindReplaceDlg.rc index 3445132d5..4a65abf59 100644 --- a/PowerEditor/src/ScitillaComponent/FindReplaceDlg.rc +++ b/PowerEditor/src/ScitillaComponent/FindReplaceDlg.rc @@ -77,7 +77,7 @@ BEGIN PUSHBUTTON "Find All in Current &Document",IDC_FINDALL_CURRENTFILE,268,80,91,21,BS_MULTILINE PUSHBUTTON "&Replace",IDREPLACE,268,38,91,14 PUSHBUTTON "Replace &All",IDREPLACEALL,268,56,91,14 - PUSHBUTTON "Replace All in All &Opened Documents",IDC_REPLACE_OPENEDFILES,268,74,91,21,BS_MULTILINE + PUSHBUTTON "Replace All in All Opened Doc&uments",IDC_REPLACE_OPENEDFILES,268,74,91,21,BS_MULTILINE PUSHBUTTON "Find All",IDD_FINDINFILES_FIND_BUTTON,268,20,91,14,WS_GROUP PUSHBUTTON "&Replace in Files",IDD_FINDINFILES_REPLACEINFILES,268,38,91,14 PUSHBUTTON "Close",IDCANCEL,268,98,91,14