VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/GraphicUserInterface.cpp
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2019-10-06 13:28:50 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-10-06 13:30:47 +0200
commita4145721a74d52304d23631656ddac2deacc5759 (patch)
tree7804bb2dfc9a1194b66b2044809244c80bf16d04 /src/Main/GraphicUserInterface.cpp
parentbe6c81787368959b463fc76da1ece77ca522f0fb (diff)
downloadVeraCrypt-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-xsrc/Main/GraphicUserInterface.cpp2
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