diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-05-13 05:46:53 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-05-13 05:46:53 +0000 |
commit | cb539b55f1ed1098a0ad1631524a30f01822e778 (patch) | |
tree | 74b27c36f051c9cd9168d380d012dddd5f240412 /math/xlife++/files/patch-src_utils_Environment.cpp | |
parent | 220c428bce75a88490a728f9e3f7009ac8ed16aa (diff) |
Notes
Diffstat (limited to 'math/xlife++/files/patch-src_utils_Environment.cpp')
-rw-r--r-- | math/xlife++/files/patch-src_utils_Environment.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/xlife++/files/patch-src_utils_Environment.cpp b/math/xlife++/files/patch-src_utils_Environment.cpp new file mode 100644 index 000000000000..b6c8d150cf70 --- /dev/null +++ b/math/xlife++/files/patch-src_utils_Environment.cpp @@ -0,0 +1,11 @@ +--- src/utils/Environment.cpp.orig 2018-05-13 04:01:14 UTC ++++ src/utils/Environment.cpp +@@ -121,7 +121,7 @@ void Environment::processor() + void Environment::setMsgFilePath() + { + #ifdef OS_IS_UNIX +- thePathToMessageFiles_ = installPath() + "/etc/messages/" + languageString() + "/"; ++ thePathToMessageFiles_ = installPath() + "/share/xlife++/messages/" + languageString() + "/"; + #elif defined(OS_IS_WIN) + thePathToMessageFiles_ = installPath() + "\\etc\\messages\\" + languageString() + "\\"; + #endif |