Excluded windows related paths from being checked on Linux

This commit is contained in:
Zane U. Ji 2013-12-14 18:40:33 +08:00
parent 3c59e11f57
commit 43e57d0dd5
1 changed files with 2 additions and 0 deletions

View File

@ -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 )