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

« back to all changes in this revision

Viewing changes to src/interface/settings/optionspage_transfer.h

  • Committer: Bazaar Package Importer
  • Author(s): Adrien Cunin
  • Date: 2010-04-20 09:25:39 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100420092539-10d1003e0nm4zfyp
Tags: 3.3.2.1-1
* New upstream release
   - Really fixes previously mentioned bugs (the patches for them were not
     included in upstream 3.3.1)
* Added libgtk2.0-dev to build-deps
* Added libtinyxml-dev to build-deps, so that the system libtinyxml is used
* Added debian/README.source saying that dpatch is used
* Updated Standards-Version, no change needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        virtual bool LoadPage();
9
9
        virtual bool SavePage();
10
10
        virtual bool Validate();
 
11
 
 
12
protected:
 
13
        DECLARE_EVENT_TABLE();
 
14
        void OnToggleSpeedLimitEnable(wxCommandEvent& event);
11
15
};
12
16
 
13
17
#endif //__OPTIONSPAGE_TRANSFER_H__