From 43e57d0dd583db3022b102d6a675b0f049db45e4 Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Sat, 14 Dec 2013 18:40:33 +0800 Subject: [PATCH] Excluded windows related paths from being checked on Linux --- src/xmlcopyeditor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index d22b9dd..7212cf5 100644 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -6247,8 +6247,10 @@ void MyFrame::validatePaths() CHECK ( wxFileExists, xtmDtdPath ); CHECK ( wxFileExists, lzxDtdPath ); CHECK ( wxFileExists, xliffDtdPath ); +#ifdef __WXMSW__ CHECK ( wxDirExists, aspellDataPath ); CHECK ( wxDirExists, aspellDictPath ); +#endif // __WXMSW__ #undef CHECK if ( valid )