]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/filedlgg.cpp
fixed typo : _ instead of wxT
[wxWidgets.git] / src / generic / filedlgg.cpp
index 60b582dcfb475e9c4a96e89a6dca7bc1718bb74d..002683596536031d2ba4521b084a4fde503459c7 100644 (file)
@@ -928,9 +928,11 @@ wxFileDialog::wxFileDialog(wxWindow *parent,
 
     Centre( wxBOTH );
 
+/*
     if (m_fileName.IsEmpty())
         m_list->SetFocus();
     else
+*/
         m_text->SetFocus();
 
     wxEndBusyCursor();