diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-06 13:28:50 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-06 13:30:47 +0200 |
commit | a4145721a74d52304d23631656ddac2deacc5759 (patch) | |
tree | 7804bb2dfc9a1194b66b2044809244c80bf16d04 /src/Main/GraphicUserInterface.cpp | |
parent | be6c81787368959b463fc76da1ece77ca522f0fb (diff) | |
download | VeraCrypt-a4145721a74d52304d23631656ddac2deacc5759.tar.gz VeraCrypt-a4145721a74d52304d23631656ddac2deacc5759.zip |
Linux/FreeBSD: change location of documentation from /usr/share/veracrypt/doc to the standard /usr/share/doc/veracrypt
Diffstat (limited to 'src/Main/GraphicUserInterface.cpp')
-rwxr-xr-x | src/Main/GraphicUserInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/GraphicUserInterface.cpp b/src/Main/GraphicUserInterface.cpp index 99b2caad..b7b4cf45 100755 --- a/src/Main/GraphicUserInterface.cpp +++ b/src/Main/GraphicUserInterface.cpp @@ -1309,7 +1309,7 @@ namespace VeraCrypt #elif defined (TC_MACOSX) htmlPath += L"/../Resources/doc/HTML/"; #elif defined (TC_UNIX) - htmlPath = L"/usr/share/veracrypt/doc/HTML/"; + htmlPath = L"/usr/share/doc/veracrypt/HTML/"; #else localFile = false; #endif |