// Created: 20/6/2006
// Id: $Id$
// Copyright: (c) 2006 Francesco Montorsi
-// License: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
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());