summaryrefslogtreecommitdiff
path: root/shared/standardPaths.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/standardPaths.h')
-rw-r--r--shared/standardPaths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/standardPaths.h b/shared/standardPaths.h
index 34f6ab48..2af802a9 100644
--- a/shared/standardPaths.h
+++ b/shared/standardPaths.h
@@ -12,7 +12,7 @@ namespace FreeFileSync
const wxString& getGlobalConfigFile();
const wxString& getDefaultLogDirectory();
const wxString& getLastErrorTxtFile();
-const wxString& getInstallationDir(); //FreeFileSync installation directory without path separator
+const wxString& getInstallationDir(); //FreeFileSync installation directory WITH path separator at end
const wxString& getConfigDir();
//------------------------------------------------------------------------------
}
bgstack15