summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-09-14 19:03:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-09-14 19:03:16 +0000
commit701ff2df83beccb3226686c405bafdfaee9774cd (patch)
treed046ac0e72189b40478ad4f392117125c0254861
parentdff3dc0bb29d5e569b2e50027b424fd42ee6fa9c (diff)
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
-rw-r--r--gtk2_ardour/export_range_markers_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/export_range_markers_dialog.cc b/gtk2_ardour/export_range_markers_dialog.cc
index 6163cab28b..1d81f57ade 100644
--- a/gtk2_ardour/export_range_markers_dialog.cc
+++ b/gtk2_ardour/export_range_markers_dialog.cc
@@ -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);