Clone
ixen <ixen@copyhandler.com>
committed
on 04 Dec 06
Further changes to the fs structure, other cleanups (advances [#303]).
LoggerImprovements + 5 more
src/ch/AboutDlg.cpp (+1 -1)
2 2         Copy Handler 1.x - program for copying data in Microsoft Windows
3 3                                                  systems.
4 4         Copyright (C) 2001-2004 Ixen Gerthannes (copyhandler@o2.pl)
5 5
6 6         This program is free software; you can redistribute it and/or modify
7 7         it under the terms of the GNU General Public License as published by
8 8         the Free Software Foundation; either version 2 of the License, or
9 9         (at your option) any later version.
10 10
11 11         This program is distributed in the hope that it will be useful,
12 12         but WITHOUT ANY WARRANTY; without even the implied warranty of
13 13         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 14         GNU General Public License for more details.
15 15
16 16         You should have received a copy of the GNU General Public License
17 17         along with this program; if not, write to the Free Software
18 18         Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 19 *************************************************************************/
20 20
21 21 #include "stdafx.h"
22   #include "Copy Handler.h"
  22 #include "ch.h"
23 23 #include "resource.h"
24 24 #include "AboutDlg.h"
25 25 #include "StaticEx.h"
26 26
27 27 #ifdef _DEBUG
28 28 #define new DEBUG_NEW
29 29 #endif
30 30
31 31 bool CAboutDlg::m_bLock=false;
32 32
33 33 CAboutDlg::CAboutDlg() : CHLanguageDialog(CAboutDlg::IDD, NULL, &m_bLock)
34 34 {
35 35         //{{AFX_DATA_INIT(CAboutDlg)
36 36         //}}AFX_DATA_INIT
37 37         RegisterStaticExControl(AfxGetInstanceHandle());
38 38 }
39 39
40 40 CAboutDlg::~CAboutDlg()
41 41 {
42 42 }