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

« back to all changes in this revision

Viewing changes to src/interface/filter_conditions_dialog.cpp

  • Committer: Package Import Robot
  • Author(s): Adrien Cunin
  • Date: 2011-12-23 22:57:59 UTC
  • mfrom: (1.1.29)
  • Revision ID: package-import@ubuntu.com-20111223225759-2zxn4dlhkaedq219
Tags: 3.5.2-1ubuntu1
* Sync from Debian unstable
* Re-added debian/patches/02_use-decimal-si-by-default.patch in order to
  comply with UnitsPolicy (the patch got lost in the previous Ubuntu upload)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <filezilla.h>
2
2
#include "filter_conditions_dialog.h"
3
3
#include "customheightlistctrl.h"
 
4
#include "textctrlex.h"
4
5
 
5
6
static wxArrayString stringConditionTypes;
6
7
static wxArrayString sizeConditionTypes;
426
427
 
427
428
                if (!controls.pValue)
428
429
                {
429
 
                        controls.pValue = new wxTextCtrl();
 
430
                        controls.pValue = new wxTextCtrlEx();
430
431
                        controls.pValue->Create(m_pListCtrl, wxID_ANY, _T(""), pos, size);
431
432
                }
432
433
                else