diff --git a/gtk2_ardour/open_file_dialog_windows.cc b/gtk2_ardour/open_file_dialog_windows.cc index 57b06865f7..495c09d4ab 100644 --- a/gtk2_ardour/open_file_dialog_windows.cc +++ b/gtk2_ardour/open_file_dialog_windows.cc @@ -72,6 +72,7 @@ ARDOUR::open_file_dialog (std::string initial_path, std::string title) ofn.nMaxFile = _MAX_PATH; ofn.lpstrTitle = title.c_str(); ofn.Flags = OFN_PATHMUSTEXIST; + ofn.lpstrFilter = " \0*.ardour\0"; // Check on valid path WIN32_FIND_DATA FindFileData;