Commit b3c02aba authored by locka%iol.ie's avatar locka%iol.ie
Browse files

Added extra button to scan folders (still disabled)

parent 13d38c88
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ void CScanForFilesDlg::DoDataExchange(CDataExchange* pDX)
BEGIN_MESSAGE_MAP(CScanForFilesDlg, CDialog)
	//{{AFX_MSG_MAP(CScanForFilesDlg)
	ON_BN_CLICKED(IDC_SELECTFILE, OnSelectFile)
	ON_BN_CLICKED(IDC_SELECTFOLDER, OnSelectFolder)
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

@@ -58,3 +59,9 @@ void CScanForFilesDlg::OnSelectFile()
		UpdateData(FALSE);
	}
}

void CScanForFilesDlg::OnSelectFolder() 
{
	// TODO: Add your control notification handler code here
	
}
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ protected:
	//{{AFX_MSG(CScanForFilesDlg)
	virtual void OnOK();
	afx_msg void OnSelectFile();
	afx_msg void OnSelectFolder();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};