From 528635604eea1d8c679a3d038e2f00030ef72444 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:03:20 +0200 Subject: 3.2 --- library/processXml.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'library/processXml.h') diff --git a/library/processXml.h b/library/processXml.h index aafd3131..80db71a3 100644 --- a/library/processXml.h +++ b/library/processXml.h @@ -108,10 +108,12 @@ struct XmlGlobalSettings XmlGlobalSettings() : programLanguage(retrieveSystemLanguage()), ignoreOneHourDiff(false), + copyLockedFiles(true), lastUpdateCheck(0) {} int programLanguage; bool ignoreOneHourDiff; //ignore +/- 1 hour due to DST change + bool copyLockedFiles; //VSS usage long lastUpdateCheck; //time of last update check OptionalDialogs optDialogs; @@ -137,7 +139,7 @@ struct XmlGlobalSettings showFileIconsRight(true) { #ifdef FFS_WIN - externelApplications.push_back(std::make_pair(_("Open with Explorer"), wxT("explorer /select, %name"))); + externelApplications.push_back(std::make_pair(_("Open with Explorer"), wxT("explorer /select, \"%name\""))); externelApplications.push_back(std::make_pair(_("Open directly"), wxT("cmd /c start \"\" \"%name\""))); #elif defined FFS_LINUX externelApplications.push_back(std::make_pair(_("Open with Konqueror"), wxT("konqueror \"%dir\""))); -- cgit