diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:11:56 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:11:56 +0200 |
commit | 98ecf620f7de377dc8ae9ad7fbd1e3b24477e138 (patch) | |
tree | faadc6d8822c20cd3bc6f50b2a98e6c580585949 /shared/standard_paths.h | |
parent | 3.16 (diff) | |
download | FreeFileSync-98ecf620f7de377dc8ae9ad7fbd1e3b24477e138.tar.gz FreeFileSync-98ecf620f7de377dc8ae9ad7fbd1e3b24477e138.tar.bz2 FreeFileSync-98ecf620f7de377dc8ae9ad7fbd1e3b24477e138.zip |
3.17
Diffstat (limited to 'shared/standard_paths.h')
-rw-r--r-- | shared/standard_paths.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shared/standard_paths.h b/shared/standard_paths.h index 5ecae9a7..faafe263 100644 --- a/shared/standard_paths.h +++ b/shared/standard_paths.h @@ -10,16 +10,16 @@ #include <wx/string.h> -namespace ffs3 +namespace zen { //------------------------------------------------------------------------------ //global program directories //------------------------------------------------------------------------------ -const wxString& getBinaryDir(); //directory containing executable WITH path separator at end -const wxString& getResourceDir(); //resource directory WITH path separator at end -const wxString& getConfigDir(); //config directory WITH path separator at end +wxString getResourceDir(); //resource directory WITH path separator at end +wxString getConfigDir(); //config directory WITH path separator at end //------------------------------------------------------------------------------ +wxString getLauncher(); //full path to application launcher C:\...\FreeFileSync.exe bool isPortableVersion(); } |