diff --git a/aegisub/src/dialog_search_replace.cpp b/aegisub/src/dialog_search_replace.cpp index 4573af8c7..580752963 100644 --- a/aegisub/src/dialog_search_replace.cpp +++ b/aegisub/src/dialog_search_replace.cpp @@ -180,5 +180,6 @@ void DialogSearchReplace::Show(agi::Context *context, bool replace) { diag = new DialogSearchReplace(context, replace); diag->find_edit->SetFocus(); + diag->find_edit->SelectAll(); diag->wxDialog::Show(); }