]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
invalidate best window size when its label changes
[wxWidgets.git] / src / msw / utils.cpp
index b254d8d47fe15475ddd54a925f88236d97006357..7779e616da28a2f1f06e872ffe3ba126f85bcd0e 100644 (file)
@@ -623,7 +623,7 @@ bool wxDoSetEnv(const wxString& var, const wxChar *value)
     envstr += '=';
     if ( value )
         envstr += value;
-    _putenv(envstr);
+    _tputenv(envstr.t_str());
 #else // other compiler
     if ( !::SetEnvironmentVariable(var.t_str(), value) )
     {