~ubuntu-branches/debian/sid/filezilla/sid

« back to all changes in this revision

Viewing changes to src/interface/optionspage_updatecheck.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Cécile (Le_Vert)
  • Date: 2008-07-05 21:00:24 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080705210024-mvzp21zlyheschi6
Tags: 3.0.11.1-1
* wxWidgets 2.8 just entered unstable ! Upload to unstable.
* New upstream release.
* Bump Standards-Version to 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef __OPTIONSPAGE_UPDATECHECK_H__
2
2
#define __OPTIONSPAGE_UPDATECHECK_H__
3
3
 
 
4
#if FZ_MANUALUPDATECHECK && FZ_AUTOUPDATECHECK
 
5
 
4
6
class COptionsPageUpdateCheck : public COptionsPage
5
7
{
6
8
public:
11
13
 
12
14
protected:
13
15
        void OnRunUpdateCheck(wxCommandEvent& event);
 
16
        void OnCheckBeta(wxCommandEvent& event);
14
17
 
15
18
        DECLARE_EVENT_TABLE();
16
19
};
17
20
 
 
21
#endif //FZ_MANUALUPDATECHECK && FZ_AUTOUPDATECHECK
 
22
 
18
23
#endif //__OPTIONSPAGE_UPDATECHECK_H__