mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-13 00:46:29 +01:00
don't waste time/code on i18n-ing audio file endings
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10082 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
dff3dc0bb2
commit
701ff2df83
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ ExportRangeMarkersDialog::process_range_markers_export(Locations::LocationList&
|
|||
string filepath = get_target_filepath(
|
||||
get_selected_file_name(),
|
||||
currentLocation->name(),
|
||||
sndfile_file_ending_from_string(get_selected_header_format()));
|
||||
get_selected_header_format());
|
||||
|
||||
initSpec(filepath);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue