mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Fix Post Export "Open Folder" button for OS X
This commit is contained in:
parent
5e50a7d6cf
commit
23e96f7f9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue