mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 13:14:59 -06:00
18.05
This commit is contained in:
@@ -625,6 +625,7 @@ void CPanel::FoldersHistory()
|
||||
{
|
||||
CListViewDialog listViewDialog;
|
||||
listViewDialog.DeleteIsAllowed = true;
|
||||
listViewDialog.SelectFirst = true;
|
||||
LangString(IDS_FOLDERS_HISTORY, listViewDialog.Title);
|
||||
_appState->FolderHistory.GetList(listViewDialog.Strings);
|
||||
if (listViewDialog.Create(GetParent()) != IDOK)
|
||||
|
||||
Reference in New Issue
Block a user