]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/theme.cpp
XML import corrections
[wxWidgets.git] / src / univ / theme.cpp
index 47fae5820b156e8f9756bc7eb6bb826057b12d51..28119dd6a90c2194c1e31a804190350b5123ff03 100644 (file)
@@ -88,7 +88,7 @@ wxThemeInfo::wxThemeInfo(Constructor c,
     wxString nameDefTheme;
 
     // use the environment variable first
-    const wxChar *p = wxGetenv(_T("WXTHEME"));
+    const wxChar *p = wxGetenv(wxT("WXTHEME"));
     if ( p )
     {
         nameDefTheme = p;