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:
parent
3312ee03a7
commit
d16d698f1e
@ -197,12 +197,10 @@ void FilePickerWidgetsPage::CreateContent()
|
||||
void FilePickerWidgetsPage::CreatePicker()
|
||||
{
|
||||
delete m_filePicker;
|
||||
|
||||
wxString path = "/home/robert/wxDesigner.tar.gz";
|
||||
|
||||
// pass an empty string as initial file
|
||||
m_filePicker = new wxFilePickerCtrl(this, PickerPage_File,
|
||||
path,
|
||||
wxEmptyString,
|
||||
wxT("Hello!"), wxT("*"),
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
GetPickerStyle());
|
||||
|
Loading…
Reference in New Issue
Block a user