projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5e1f5e
)
changed WX_PREFIX to WXPREFIX (wasn't in 2.2, can do it)
author
Václav Slavík
<vslavik@fastmail.fm>
Mon, 21 Jan 2002 23:29:21 +0000
(23:29 +0000)
committer
Václav Slavík
<vslavik@fastmail.fm>
Mon, 21 Jan 2002 23:29:21 +0000
(23:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13740
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/utilscmn.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/utilscmn.cpp
b/src/common/utilscmn.cpp
index 488be4bec8a6a292ba88c0b6ed4852c0f23a32e9..807d65453fba909b3c6e01264bdb9c73156dd782 100644
(file)
--- 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