X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3b9f782ef3949f583e8ac53795d36787f044fc3..74b965198ce3a4257deac901b6f7517e6447ca0f:/src/univ/theme.cpp

diff --git a/src/univ/theme.cpp b/src/univ/theme.cpp
index 47fae5820b..28119dd6a9 100644
--- a/src/univ/theme.cpp
+++ b/src/univ/theme.cpp
@@ -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;