Fix Post Export "Open Folder" button for OS X

This commit is contained in:
Robin Gareus 2016-02-17 16:29:58 +01:00
parent 5e50a7d6cf
commit 23e96f7f9b

View file

@ -751,7 +751,7 @@ ExportReport::run ()
void void
ExportReport::open_folder (std::string p) ExportReport::open_folder (std::string p)
{ {
PBD::open_uri (Glib::path_get_dirname(p)); PBD::open_folder (Glib::path_get_dirname(p));
} }
void void