+ this->AddOthersToAnchor();\r
+\r
+ m_PathList.SortByPathname(true);\r
+ m_cList.SetExtendedStyle( m_cList.GetExtendedStyle()| LVS_EX_CHECKBOXES );\r
+\r
+ for(int i=0;i<m_PathList.GetCount();i++)\r
+ {\r
+ m_cList.InsertItem(0,m_PathList[i].GetWinPath());\r
+ m_cList.SetCheck(0,true);\r
+ }\r
+\r
+ \r
+\r
+ //CAppUtils::SetListCtrlBackgroundImage(m_cList.GetSafeHwnd(), nID);\r
+\r
+ CString title;\r
+ this->GetWindowText(title);\r
+ this->SetWindowText(title+_T(" - ")+g_Git.m_CurrentDir);\r
+ EnableSaveRestore(_T("ImportDlg"));\r