diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:55:48 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:55:48 +0200 |
commit | daea231de0ae28fc8343f29f09d0457cc0591461 (patch) | |
tree | a1d572442d2c903e40741a859ad47c8b0d740969 /synchronization.h | |
parent | 1.13 (diff) | |
download | FreeFileSync-daea231de0ae28fc8343f29f09d0457cc0591461.tar.gz FreeFileSync-daea231de0ae28fc8343f29f09d0457cc0591461.tar.bz2 FreeFileSync-daea231de0ae28fc8343f29f09d0457cc0591461.zip |
1.14
Diffstat (limited to 'synchronization.h')
-rw-r--r-- | synchronization.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/synchronization.h b/synchronization.h index 7bd3d216..32ffaba6 100644 --- a/synchronization.h +++ b/synchronization.h @@ -2,6 +2,7 @@ #define SYNCHRONIZATION_H_INCLUDED #include "FreeFileSync.h" +#include "library/statusHandler.h" namespace FreeFileSync @@ -28,6 +29,13 @@ namespace FreeFileSync const bool useRecycleBin; StatusHandler* statusUpdater; wxString optionalLineBreak; //optional line break for status messages (used by GUI mode only) + + //preload status texts + const Zstring txtCopyingFile; + const Zstring txtOverwritingFile; + const Zstring txtCreatingFolder; + const Zstring txtDeletingFile; + const Zstring txtDeletingFolder; }; } |