diff options
Diffstat (limited to 'src/Main/GraphicUserInterface.cpp')
-rw-r--r-- | src/Main/GraphicUserInterface.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Main/GraphicUserInterface.cpp b/src/Main/GraphicUserInterface.cpp index e225726a..952f04a9 100644 --- a/src/Main/GraphicUserInterface.cpp +++ b/src/Main/GraphicUserInterface.cpp @@ -996,13 +996,8 @@ namespace VeraCrypt { try { -#ifdef TC_MACOSX if (wxExecute (fileType->GetOpenCommand (document.GetFullPath())) != 0) return; -#else - if (wxExecute (fileType->GetOpenCommand (L"\"" + document.GetFullPath() + L"\"")) != 0) - return; -#endif } catch (TimeOut&) { } } |