Undo test code accidentally committed as part of r62643.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -197,12 +197,10 @@ void FilePickerWidgetsPage::CreateContent()
|
|||||||
void FilePickerWidgetsPage::CreatePicker()
|
void FilePickerWidgetsPage::CreatePicker()
|
||||||
{
|
{
|
||||||
delete m_filePicker;
|
delete m_filePicker;
|
||||||
|
|
||||||
wxString path = "/home/robert/wxDesigner.tar.gz";
|
|
||||||
|
|
||||||
// pass an empty string as initial file
|
// pass an empty string as initial file
|
||||||
m_filePicker = new wxFilePickerCtrl(this, PickerPage_File,
|
m_filePicker = new wxFilePickerCtrl(this, PickerPage_File,
|
||||||
path,
|
wxEmptyString,
|
||||||
wxT("Hello!"), wxT("*"),
|
wxT("Hello!"), wxT("*"),
|
||||||
wxDefaultPosition, wxDefaultSize,
|
wxDefaultPosition, wxDefaultSize,
|
||||||
GetPickerStyle());
|
GetPickerStyle());
|
||||||
|
Reference in New Issue
Block a user