diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-08-25 20:35:52 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-08-25 20:37:03 +0000 |
commit | 33c18e904105b61ec8f1759dde33b6a72bcb51b7 (patch) | |
tree | b8a39580b24c9b5edfcdb01f9cdfbd6bd1bdf35d /math/xlife++/files/patch-src_utils_Environment.cpp | |
parent | 52ab512ea89bea4f63ed88bf52e97194e33a637a (diff) |
Diffstat (limited to 'math/xlife++/files/patch-src_utils_Environment.cpp')
-rw-r--r-- | math/xlife++/files/patch-src_utils_Environment.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/math/xlife++/files/patch-src_utils_Environment.cpp b/math/xlife++/files/patch-src_utils_Environment.cpp index 766bdf83b972..3e5bf1d170e6 100644 --- a/math/xlife++/files/patch-src_utils_Environment.cpp +++ b/math/xlife++/files/patch-src_utils_Environment.cpp @@ -1,11 +1,11 @@ ---- src/utils/Environment.cpp.orig 2022-04-22 18:54:13 UTC +--- src/utils/Environment.cpp.orig 2025-01-30 16:44:33 UTC +++ src/utils/Environment.cpp @@ -122,7 +122,7 @@ void Environment::setMsgFilePath() string_t lang="en"; if (theLanguage_ != 0) lang=languageString(); - #ifdef OS_IS_UNIX -- thePathToMessageFiles_ = installPath() + "/etc/messages/" + lang + "/"; -+ thePathToMessageFiles_ = installPath() + "/share/xlife++/messages/" + lang + "/"; - #elif defined(OS_IS_WIN) - thePathToMessageFiles_ = installPath() + "\\etc\\messages\\" + lang + "\\"; - #endif + #ifdef OS_IS_UNIX +- thePathToMessageFiles_ = installPath() + "/etc/messages/" + lang + "/"; ++ thePathToMessageFiles_ = installPath() + "/share/xlife++/messages/" + lang + "/"; + #elif defined(OS_IS_WIN) + thePathToMessageFiles_ = installPath() + "\\etc\\messages\\" + lang + "\\"; + #endif |