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:
Vadim Zeitlin
2009-11-14 17:34:47 +00:00
parent 3312ee03a7
commit d16d698f1e

View File

@@ -198,11 +198,9 @@ 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());