From: Václav Slavík <vslavik@fastmail.fm>
Date: Mon, 21 Jan 2002 23:29:21 +0000 (+0000)
Subject: changed WX_PREFIX to WXPREFIX (wasn't in 2.2, can do it)
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8f50c527a85be1700d6c9abb1d565142212f2d7e

changed WX_PREFIX to WXPREFIX (wasn't in 2.2, can do it)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/src/common/utilscmn.cpp b/src/common/utilscmn.cpp
index 488be4bec8..807d65453f 100644
--- a/src/common/utilscmn.cpp
+++ b/src/common/utilscmn.cpp
@@ -1109,7 +1109,7 @@ const wxChar *wxGetInstallPrefix()
 {
     wxString prefix;
     
-    if ( wxGetEnv(wxT("WX_PREFIX"), &prefix) )
+    if ( wxGetEnv(wxT("WXPREFIX"), &prefix) )
         return prefix.c_str();
     
 #ifdef wxINSTALL_PREFIX