Index: src/ch/CrashDlg.h =================================================================== diff -u -N -rd2b121c78f510b5384b8ef0ca80afbfd7f77fef7 -rd5c3edd0d167db9b5d47d04248820fda49499a5e --- src/ch/CrashDlg.h (.../CrashDlg.h) (revision d2b121c78f510b5384b8ef0ca80afbfd7f77fef7) +++ src/ch/CrashDlg.h (.../CrashDlg.h) (revision d5c3edd0d167db9b5d47d04248820fda49499a5e) @@ -1,53 +1,53 @@ -/*************************************************************************** -* Copyright (C) 2001-2008 by J�zef Starosczyk * -* ixen@copyhandler.com * -* * -* This program is free software; you can redistribute it and/or modify * -* it under the terms of the GNU Library General Public License * -* (version 2) as published by the Free Software Foundation; * -* * -* This program is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU General Public License for more details. * -* * -* You should have received a copy of the GNU Library General Public * -* License along with this program; if not, write to the * -* Free Software Foundation, Inc., * -* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * -***************************************************************************/ -#pragma once -#include "afxwin.h" - - -// CCrashDlg dialog - -class CCrashDlg : public CDialog -{ - DECLARE_DYNAMIC(CCrashDlg) - -public: - CCrashDlg(bool bResult, PCTSTR pszFilename, CWnd* pParent = NULL); // standard constructor - virtual ~CCrashDlg(); - - virtual BOOL OnInitDialog(); - -// Dialog Data - enum { IDD = IDD_CRASH_DIALOG }; - -protected: - virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support - - DECLARE_MESSAGE_MAP() - -protected: - bool m_bResult; - CString m_strFilename; -public: - CStatic m_ctlVersion; - CEdit m_ctlLocation; - CButton m_ctlOKButton; - CStatic m_ctlInfo; - CStatic m_ctlVersionInfo; - CStatic m_ctlLocationInfo; -}; +/*************************************************************************** +* Copyright (C) 2001-2008 by J�zef Starosczyk * +* ixen@copyhandler.com * +* * +* This program is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Library General Public License * +* (version 2) as published by the Free Software Foundation; * +* * +* This program is distributed in the hope that it will be useful, * +* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * +* GNU General Public License for more details. * +* * +* You should have received a copy of the GNU Library General Public * +* License along with this program; if not, write to the * +* Free Software Foundation, Inc., * +* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * +***************************************************************************/ +#pragma once +#include "afxwin.h" + + +// CCrashDlg dialog + +class CCrashDlg : public CDialog +{ + DECLARE_DYNAMIC(CCrashDlg) + +public: + CCrashDlg(bool bResult, PCTSTR pszFilename, CWnd* pParent = NULL); // standard constructor + virtual ~CCrashDlg(); + + virtual BOOL OnInitDialog(); + +// Dialog Data + enum { IDD = IDD_CRASH_DIALOG }; + +protected: + virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support + + DECLARE_MESSAGE_MAP() + +protected: + bool m_bResult; + CString m_strFilename; +public: + CStatic m_ctlVersion; + CEdit m_ctlLocation; + CButton m_ctlOKButton; + CStatic m_ctlInfo; + CStatic m_ctlVersionInfo; + CStatic m_ctlLocationInfo; +};