]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dirdlgg.cpp
added GetIfActive() method returning non-NULL engine only if themes are not only...
[wxWidgets.git] / src / generic / dirdlgg.cpp
index 8d27c3320b9fd48b0ee4119f031260e242e8a656..0994cded6f2fee78f100cad7bf06bade558a1ee3 100644 (file)
@@ -204,7 +204,7 @@ wxGenericDirDialog::wxGenericDirDialog(wxWindow* parent, const wxString& title,
 
 #endif // !__SMARTPHONE__
 
-    m_dirCtrl->SetFocus();
+    m_input->SetFocus();
 
     SetAutoLayout( true );
     SetSizer( topsizer );