diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:59:06 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:59:06 +0200 |
commit | 4046be06720932a57a0f49416b0144b2858824d0 (patch) | |
tree | 678c37cab05960f48923a23bb46d9e01be89d35a /Application.h | |
parent | 1.19 (diff) | |
download | FreeFileSync-4046be06720932a57a0f49416b0144b2858824d0.tar.gz FreeFileSync-4046be06720932a57a0f49416b0144b2858824d0.tar.bz2 FreeFileSync-4046be06720932a57a0f49416b0144b2858824d0.zip |
2.0
Diffstat (limited to 'Application.h')
-rw-r--r-- | Application.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Application.h b/Application.h index 1a71b619..cf6d6dd4 100644 --- a/Application.h +++ b/Application.h @@ -25,7 +25,7 @@ public: private: void runBatchMode(const wxString& filename, xmlAccess::XmlGlobalSettings& globalSettings); - CustomLocale programLanguage; + FreeFileSync::CustomLocale programLanguage; int returnValue; xmlAccess::XmlGlobalSettings globalSettings; //settings used by GUI, batch mode or both |