diff options
author | B Stack <bgstack15@gmail.com> | 2020-11-01 17:16:37 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-11-01 17:16:37 -0500 |
commit | 2a57306c461964f860ba1cb51f1bf96c954173e0 (patch) | |
tree | 9939cdd1735bf15e97ad6700419c0604cac7c59e /wx+/file_drop.cpp | |
parent | Merge branch '11.2' into 'master' (diff) | |
download | FreeFileSync-2a57306c461964f860ba1cb51f1bf96c954173e0.tar.gz FreeFileSync-2a57306c461964f860ba1cb51f1bf96c954173e0.tar.bz2 FreeFileSync-2a57306c461964f860ba1cb51f1bf96c954173e0.zip |
add upstream 11.3
Diffstat (limited to 'wx+/file_drop.cpp')
-rw-r--r-- | wx+/file_drop.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wx+/file_drop.cpp b/wx+/file_drop.cpp index 42cfbd3d..86db57c1 100644 --- a/wx+/file_drop.cpp +++ b/wx+/file_drop.cpp @@ -49,8 +49,7 @@ private: => switching to wxTextDropTarget won't help (much): we'd get the format mtp://[usb:001,002]/Telefonspeicher/Folder/file.txt instead of - /run/user/1000/gvfs/mtp:host=%5Busb%3A001%2C002%5D/Telefonspeicher/Folder/file.txt - */ + /run/user/1000/gvfs/mtp:host=%5Busb%3A001%2C002%5D/Telefonspeicher/Folder/file.txt */ if (!dropWindow_.IsEnabled()) return false; |