Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/rarfilesource.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RFS.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/RFS.cpp b/RFS.cpp
index 0cb50a0..f6cdf9d 100644
--- a/RFS.cpp
+++ b/RFS.cpp
@@ -688,6 +688,7 @@ INT_PTR CALLBACK CRARFileSource::DlgFileList (HWND hwndDlg, UINT uMsg, WPARAM wP
file = file_list->Next (file);
}
ListBox_SetCurSel (GetDlgItem (hwndDlg, IDC_FILELIST), 0);
+ SetForegroundWindow (hwndDlg);
return TRUE;
}
case WM_COMMAND: