From b9203ee84953006547f4afd58f405874c87bf0dc Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:02:17 +0200 Subject: 3.1 --- RealtimeSync/watcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RealtimeSync') diff --git a/RealtimeSync/watcher.cpp b/RealtimeSync/watcher.cpp index 7aaa189d..97471397 100644 --- a/RealtimeSync/watcher.cpp +++ b/RealtimeSync/watcher.cpp @@ -91,7 +91,7 @@ void RealtimeSync::waitForChanges(const std::vector& dirNames, WaitCal throw FreeFileSync::FileError(_("Please fill all empty directory fields.")); else if (!FreeFileSync::dirExists(formattedDir)) throw FreeFileSync::FileError(wxString(_("Directory does not exist:")) + wxT("\n") + - wxT("\"") + formattedDir + wxT("\"") + wxT("\n\n") + + wxT("\"") + zToWx(formattedDir) + wxT("\"") + wxT("\n\n") + FreeFileSync::getLastErrorFormatted()); const HANDLE rv = ::FindFirstChangeNotification( -- cgit