summaryrefslogtreecommitdiff
path: root/library/process_xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/process_xml.h')
-rw-r--r--library/process_xml.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/library/process_xml.h b/library/process_xml.h
index dcd80327..589865a2 100644
--- a/library/process_xml.h
+++ b/library/process_xml.h
@@ -9,6 +9,7 @@
#include "../structures.h"
#include "../shared/xml_error.h"
+#include "../shared/i18n.h"
namespace xmlAccess
@@ -91,9 +92,6 @@ struct XmlBatchConfig
};
-int retrieveSystemLanguage();
-
-
struct OptionalDialogs
{
OptionalDialogs()
@@ -121,7 +119,7 @@ struct XmlGlobalSettings
//---------------------------------------------------------------------
//Shared (GUI/BATCH) settings
XmlGlobalSettings() :
- programLanguage(retrieveSystemLanguage()),
+ programLanguage(ffs3::retrieveSystemLanguage()),
copyLockedFiles(true),
copyFilePermissions(false),
fileTimeTolerance(2), //default 2s: FAT vs NTFS
bgstack15