]> git.saurik.com Git - wxWidgets.git/commit
Fix file paths in wxFileSystemWatcherEvent under OS X.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Apr 2011 11:17:33 +0000 (11:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Apr 2011 11:17:33 +0000 (11:17 +0000)
commitf3b1d0fc56fd93f17244c186d7f961797efc35e3
tree6ebe1fc593c45c48d36fe4831f1e05c5490eb963
parentd7cfeeb49c4c70f9ffdbbe85f8c5a08694dff81c
Fix file paths in wxFileSystemWatcherEvent under OS X.

The separator between the watched directory and the name of the file in the
generated event was missing, add it now.

Closes #13161.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/fswatcher_kqueue.cpp