fix
This commit is contained in:
parent
bfdccee6dc
commit
3d03b360b8
|
@ -144,7 +144,6 @@ extern std::string path_share;
|
|||
Linux: "~/.<PROJECT_NAME>"
|
||||
Mac: "~/Library/Application Support/<PROJECT_NAME>"
|
||||
*/
|
||||
extern std::string path_share;
|
||||
|
||||
/*
|
||||
Path to gettext locale files
|
||||
|
|
|
@ -34,7 +34,6 @@ namespace porting {
|
|||
ioswrap_paths(PATH_DOCUMENTS, buf, sizeof(buf));
|
||||
path_share = std::string(buf);
|
||||
ioswrap_paths(PATH_LIBRARY_SUPPORT, buf, sizeof(buf));
|
||||
path_share = std::string(buf);
|
||||
path_locale = std::string(buf) + "/locale";
|
||||
ioswrap_paths(PATH_LIBRARY_CACHE, buf, sizeof(buf));
|
||||
path_cache = std::string(buf);
|
||||
|
|
Loading…
Reference in New Issue