~ubuntu-branches/ubuntu/trusty/ginkgocadx/trusty

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/import/pasosimportacionbase.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2013-07-21 11:58:53 UTC
  • mfrom: (7.2.1 sid)
  • Revision ID: package-import@ubuntu.com-20130721115853-44e7n1xujqglu78e
Tags: 3.4.0.928.29+dfsg-1
* New upstream release [July 2013]
  + new B-D: "libjsoncpp-dev".
  + new patch "unbundle-libjsoncpp.patch" to avoid building bundled
    "libjsoncpp-dev".
  + new patch "fix-wx.patch" to avoid FTBFS due to missing
    "-lwx_gtk2u_html-2.8".
* Removed unnecessary versioned Build-Depends.
* Removed obsolete lintian override.
* Reference get-orig-source implementation for orig.tar clean-up and
  DFSG-repackaging.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
///////////////////////////////////////////////////////////////////////////
2
 
// C++ code generated with wxFormBuilder (version May  4 2010)
 
2
// C++ code generated with wxFormBuilder (version Sep  8 2010)
3
3
// http://www.wxformbuilder.org/
4
4
//
5
5
// PLEASE DO "NOT" EDIT THIS FILE!
27
27
#include <wx/panel.h>
28
28
#include <wx/button.h>
29
29
#include <wx/stattext.h>
30
 
#include <wx/choice.h>
31
30
#include <wx/textctrl.h>
32
31
#include <wx/datectrl.h>
33
32
#include <wx/dateevt.h>
 
33
#include <wx/choice.h>
34
34
#include <wx/gbsizer.h>
35
35
#include <wx/maskedtextctrl/maskedtextctrl.h>
36
36
 
78
78
                        private:
79
79
                        
80
80
                        protected:
81
 
                                
82
 
                                TitledPanel* m_pPanelProfile;
83
 
                                wxStaticText* m_staticText2;
84
 
                                wxStaticText* m_staticText1;
85
 
                                wxChoice* m_pListaModulos;
86
 
                                
87
81
                        
88
82
                        public:
89
83