mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Use native file dialog on non cygwin windows installation (fix bug 3907).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18972 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f3a4fa86b2
commit
574b2ac06f
@ -31,7 +31,7 @@
|
|||||||
*
|
*
|
||||||
* Therefore there is a tradeoff in enabling or disabling this (JMarc)
|
* Therefore there is a tradeoff in enabling or disabling this (JMarc)
|
||||||
*/
|
*/
|
||||||
#ifdef Q_WS_MACX
|
#if defined(Q_WS_MACX) || (defined(Q_WS_WIN) && !defined(Q_CYGWIN_WIN))
|
||||||
#define USE_NATIVE_FILEDIALOG 1
|
#define USE_NATIVE_FILEDIALOG 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user