2007-03-27 17:47:10 +00:00
|
|
|
/*
|
|
|
|
* CiderPress
|
|
|
|
* Copyright (C) 2007 by faddenSoft, LLC. All Rights Reserved.
|
|
|
|
* See the file LICENSE for distribution terms.
|
|
|
|
*/
|
|
|
|
#include "stdafx.h"
|
|
|
|
#include "ConvFileOptionsDialog.h"
|
|
|
|
|
|
|
|
|
2014-11-21 21:18:20 +00:00
|
|
|
void ConvFileOptionsDialog::DoDataExchange(CDataExchange* pDX)
|
2007-03-27 17:47:10 +00:00
|
|
|
{
|
2014-11-04 00:26:53 +00:00
|
|
|
//DDX_Check(pDX, IDC_CONVFILE_CONVDOS, fConvDOSText);
|
|
|
|
//DDX_Check(pDX, IDC_CONVFILE_CONVPASCAL, fConvPascalText);
|
|
|
|
DDX_Check(pDX, IDC_CONVFILE_PRESERVEDIR, fPreserveEmptyFolders);
|
2007-03-27 17:47:10 +00:00
|
|
|
|
2014-11-04 00:26:53 +00:00
|
|
|
UseSelectionDialog::DoDataExchange(pDX);
|
2007-03-27 17:47:10 +00:00
|
|
|
}
|