]> git.lyx.org Git - features.git/commit
On Vista, if a file type is not registered, AssocQueryString() returns
authorEnrico Forestieri <forenr@lyx.org>
Mon, 22 Sep 2008 00:07:48 +0000 (00:07 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Mon, 22 Sep 2008 00:07:48 +0000 (00:07 +0000)
commit1cd01f0db4257bca3b6df8381c6b89c77e3d43f1
tree20cc238877a3fd4a3335731ac9c5778873c5fcae
parented1122f86b04621458f3c2a15a07b31a37a18429
On Vista, if a file type is not registered, AssocQueryString() returns
information about the "Unknown" application instead of admitting that
nothing is registered. The solution is to add ASSOCF_INIT_IGNOREUNKNOWN
to the flags parameter. Also update dead URLs.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26488 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/os_cygwin.cpp
src/support/os_win32.cpp