]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/theme.cpp
simplify code to return from the end of the function
[wxWidgets.git] / src / univ / theme.cpp
index 47fae5820b156e8f9756bc7eb6bb826057b12d51..9aef4355b92e353cd94879ad82d4626b42f115cc 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        univ/theme.cpp
+// Name:        src/univ/theme.cpp
 // Purpose:     implementation of wxTheme
 // Author:      Vadim Zeitlin
 // Modified by:
@@ -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;