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

« back to all changes in this revision

Viewing changes to src/interface/xh_menu_ex.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:
 
1
// Based upon include/wx/xrc/xh_menu.h from wxWidgets
 
2
 
 
3
#ifndef _WX_XH_MENU_EX_H_
 
4
#define _WX_XH_MENU_EX_H_
 
5
 
 
6
#include <wx/xrc/xmlres.h>
 
7
#include <wx/xrc/xh_menu.h>
 
8
 
 
9
class wxMenuBarXmlHandlerEx : public wxMenuBarXmlHandler
 
10
{
 
11
    DECLARE_DYNAMIC_CLASS(wxMenuBarXmlHandlerEx)
 
12
 
 
13
public:
 
14
    virtual wxObject *DoCreateResource();
 
15
};
 
16
 
 
17
#endif // _WX_XH_MENU_EX_H_