mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 21:40:19 +00:00
Minor os_cygwin.C change, from Enrico
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14945 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
290a6b90ce
commit
f478418d3f
@ -204,7 +204,11 @@ string internal_path(string const & p)
|
||||
|
||||
string external_path_list(string const & p)
|
||||
{
|
||||
#ifdef X_DISPLAY_MISSING
|
||||
return convert_path_list(p, PathStyle(windows));
|
||||
#else
|
||||
return convert_path_list(p, PathStyle(posix));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user