]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fldlgcmn.cpp
Tightened icon and cursor file detection heuristics.
[wxWidgets.git] / src / common / fldlgcmn.cpp
index f4b4e0a7782e84d9a627547d5ebe8772701a4c20..c4118017a076e32701d43efa49c31c7c81b3de65 100644 (file)
@@ -186,7 +186,7 @@ void wxFileDialogBase::SetPath(const wxString& path)
     wxString ext;
     wxFileName::SplitPath(path, &m_dir, &m_fileName, &ext);
     if ( !ext.empty() )
-        m_fileName << _T('.') << ext;
+        m_fileName << wxT('.') << ext;
     m_path = path;
 }