mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +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
|
||||
ExportReport::open_folder (std::string p)
|
||||
{
|
||||
PBD::open_uri (Glib::path_get_dirname(p));
|
||||
PBD::open_folder (Glib::path_get_dirname(p));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue