Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Tue, 20 Jan 2015 18:33:06 UTC Commit: 508216b7b47fba88c35c3b4af25a4a1e245f222d https://github.com/geany/geany/commit/508216b7b47fba88c35c3b4af25a4a1e245f22...
Log Message: ----------- Use the open command to open a directory in Finder on OS X
Modified Paths: -------------- plugins/filebrowser.c
Modified: plugins/filebrowser.c 2 lines changed, 2 insertions(+), 0 deletions(-) =================================================================== @@ -35,6 +35,8 @@ # include <windows.h>
# define OPEN_CMD "explorer "%d"" +#elif defined(__APPLE__) +# define OPEN_CMD "open "%d"" #else # define OPEN_CMD "nautilus "%d"" #endif
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).