OSDN Git Service

Fix mixed eol-style
authorsdottaka <none@none>
Mon, 4 Feb 2013 07:10:14 +0000 (23:10 -0800)
committersdottaka <none@none>
Mon, 4 Feb 2013 07:10:14 +0000 (23:10 -0800)
Src/DirCmpReportDlg.cpp

index c0f7442..771b469 100644 (file)
@@ -15,7 +15,7 @@
 #include "paths.h"
 #include "FileOrFolderSelect.h"
 #include "Merge.h"
-#include "DirCmpReportDlg.h"\r
+#include "DirCmpReportDlg.h"
 
 IMPLEMENT_DYNAMIC(DirCmpReportDlg, CDialog)
 
@@ -48,7 +48,7 @@ void DirCmpReportDlg::DoDataExchange(CDataExchange* pDX)
 BEGIN_MESSAGE_MAP(DirCmpReportDlg, CDialog)
        ON_BN_CLICKED(IDC_REPORT_BROWSEFILE, OnBtnClickReportBrowse)
        ON_BN_DOUBLECLICKED(IDC_REPORT_COPYCLIPBOARD, OnBtnDblclickCopyClipboard)
-       ON_CBN_SELCHANGE(IDC_REPORT_STYLECOMBO, OnCbnSelchangeReportStylecombo)\r
+       ON_CBN_SELCHANGE(IDC_REPORT_STYLECOMBO, OnCbnSelchangeReportStylecombo)
 END_MESSAGE_MAP()
 
 /**
@@ -149,11 +149,11 @@ void DirCmpReportDlg::OnBtnDblclickCopyClipboard()
        m_ctlReportFile.SetWindowText(_T(""));
 }
 
-void DirCmpReportDlg::OnCbnSelchangeReportStylecombo()\r
-{\r
-       GetDlgItem(IDC_REPORT_INCLUDEFILECMPREPORT)->EnableWindow(\r
-               m_ctlStyle.GetItemData(m_ctlStyle.GetCurSel()) == REPORT_TYPE_SIMPLEHTML);\r
-}\r
+void DirCmpReportDlg::OnCbnSelchangeReportStylecombo()
+{
+       GetDlgItem(IDC_REPORT_INCLUDEFILECMPREPORT)->EnableWindow(
+               m_ctlStyle.GetItemData(m_ctlStyle.GetCurSel()) == REPORT_TYPE_SIMPLEHTML);
+}
 
 /**
  * @brief Close dialog.