mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
[Summary] Refactoring of OpenFileDialog on OS Windows
[Review] Nobody
This commit is contained in:
parent
670be5897f
commit
32563eaa90
1 changed files with 5 additions and 5 deletions
|
|
@ -1589,11 +1589,11 @@ ARDOUR_UI::open_session ()
|
|||
|
||||
#ifdef _WIN32
|
||||
// Open the file save dialog, and choose the file name
|
||||
// string fileName;
|
||||
// if (open_file_dialog(fileName, Config->get_default_open_path(), _("Select Saved Session"))) {
|
||||
//
|
||||
// session_path = fileName;
|
||||
// }
|
||||
string fileName;
|
||||
if (open_file_dialog(fileName, Config->get_default_open_path(), _("Select Saved Session"))) {
|
||||
|
||||
session_path = fileName;
|
||||
}
|
||||
#endif
|
||||
|
||||
// cancel was pressed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue