mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-25 07:57:43 +01:00
[Summary] Just "extensions" instead of "extantions".
This commit is contained in:
parent
32ae708975
commit
cff3c3cd98
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ namespace ARDOUR
|
|||
{
|
||||
std::string save_file_dialog (std::string initial_path = "", std::string title = _("Save"));
|
||||
std::string open_file_dialog (std::string initial_path = "", std::string title = _("Open"));
|
||||
std::vector<std::string> open_file_dialog (std::vector<std::string> extantions, std::string initial_path = "", std::string title = _("Open"));
|
||||
std::vector<std::string> open_file_dialog (std::vector<std::string> extensions, std::string initial_path = "", std::string title = _("Open"));
|
||||
std::string choose_folder_dialog (std::string initial_path = "", std::string title = _("Choose Folder"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue