Clone
ixen <ixen@copyhandler.com>
committed
on 03 Jan 16
Small improvements in updater dialog (CH-209).
LoggerImprovements + 5 more
src/ch/AboutDlg.h (+2 -9)
15 15 *   License along with this program; if not, write to the                 *
16 16 *   Free Software Foundation, Inc.,                                       *
17 17 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
18 18 ***************************************************************************/
19 19
20 20 #ifndef __ABOUTDLG_H__
21 21 #define __ABOUTDLG_H__
22 22
23 23 class CAboutDlg : public ictranslate::CLanguageDialog
24 24 {
25 25 public:
26 26         CAboutDlg();
27 27         ~CAboutDlg();
28 28
29 29         void UpdateProgramVersion();
30 30
31 31         virtual void OnLanguageChanged();
32 32         virtual BOOL OnTooltipText(UINT uiID, TOOLTIPTEXT* pTip);
33 33
34 34 // Dialog Data
35           //{{AFX_DATA(CAboutDlg)
36 35         enum { IDD = IDD_ABOUTBOX };
37           //}}AFX_DATA
38 36
39           // ClassWizard generated virtual function overrides
40           //{{AFX_VIRTUAL(CAboutDlg)
41 37 protected:
42           //}}AFX_VIRTUAL
43 38         static bool m_bLock;                            // locker
44 39
45 40 // Implementation
46 41 protected:
47           //{{AFX_MSG(CAboutDlg)
48           afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
49 42         virtual BOOL OnInitDialog();
50           //}}AFX_MSG
  43
51 44         DECLARE_MESSAGE_MAP()
52 45 };
53 46
54 47 #endif