~ubuntu-branches/ubuntu/saucy/filezilla/saucy-proposed

« back to all changes in this revision

Viewing changes to src/interface/treectrlex.cpp

  • Committer: Package Import Robot
  • Author(s): Adrien Cunin
  • Date: 2012-12-07 17:17:17 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20121207171717-nt6as62u4pa1uv11
Tags: 3.6.0.2-1ubuntu1
* Merge from Debian experimental. Remaining Ubuntu change:
   - Added debian/patches/11_use-decimal-si-by-default.patch in order to
     comply with UnitsPolicy

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
IMPLEMENT_CLASS(wxTreeCtrlEx, wxTreeCtrl);
5
5
 
6
6
wxTreeCtrlEx::wxTreeCtrlEx(wxWindow *parent, wxWindowID id /*=wxID_ANY*/,
7
 
               const wxPoint& pos /*=wxDefaultPosition*/,
8
 
               const wxSize& size /*=wxDefaultSize*/,
9
 
               long style /*=wxTR_HAS_BUTTONS|wxTR_LINES_AT_ROOT*/)
 
7
                           const wxPoint& pos /*=wxDefaultPosition*/,
 
8
                           const wxSize& size /*=wxDefaultSize*/,
 
9
                           long style /*=wxTR_HAS_BUTTONS|wxTR_LINES_AT_ROOT*/)
10
10
        : wxTreeCtrl(parent, id, pos, size, style), m_setSelection(false)
11
11
{
12
12
}