[geany/geany] 508216: Use the open command to open a directory in Finder on OS X
Jiří Techet
git-noreply at xxxxx
Tue Feb 10 16:23:41 UTC 2015
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Tue, 20 Jan 2015 18:33:06 UTC
Commit: 508216b7b47fba88c35c3b4af25a4a1e245f222d
https://github.com/geany/geany/commit/508216b7b47fba88c35c3b4af25a4a1e245f222d
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).
More information about the Commits
mailing list