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
1 changed files with 1 additions and 1 deletions

View File

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