summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_dialog.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-09-26 14:33:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-09-26 14:33:53 +0000
commit625df0912abe44912d842f1485d7d6c9a3321aef (patch)
tree45ad1fba0b6d40c8d441e3416f92ab2b0a4dcf7d /gtk2_ardour/export_dialog.cc
parent97c911262100ad866a17a0aea8f4f0d306fb6625 (diff)
got ardour_dialog compiling
git-svn-id: svn://localhost/trunk/ardour2@41 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/export_dialog.cc')
-rw-r--r--gtk2_ardour/export_dialog.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk2_ardour/export_dialog.cc b/gtk2_ardour/export_dialog.cc
index 5f2365cdce..1dbe582246 100644
--- a/gtk2_ardour/export_dialog.cc
+++ b/gtk2_ardour/export_dialog.cc
@@ -230,14 +230,14 @@ ExportDialog::ExportDialog(PublicEditor& e, AudioRegion* r)
file_frame.set_border_width (5);
file_frame.set_name (FRAME_NAME);
- sample_rate_combo.set_popdown_strings (internationalize(sample_rates));
- src_quality_combo.set_popdown_strings (internationalize (src_qualities));
- dither_type_combo.set_popdown_strings (internationalize (dither_types));
- channel_count_combo.set_popdown_strings (internationalize (channel_strings));
- header_format_combo.set_popdown_strings (internationalize ((const char **) sndfile_header_formats_strings));
- bitdepth_format_combo.set_popdown_strings (internationalize ((const char **) sndfile_bitdepth_formats_strings));
- endian_format_combo.set_popdown_strings (internationalize ((const char **) sndfile_endian_formats_strings));
- cue_file_combo.set_popdown_strings (internationalize (cue_file_types));
+ set_popdown_strings (sample_rate_combo, internationalize(sample_rates));
+ set_popdown_strings (src_quality_combo, internationalize (src_qualities));
+ set_popdown_strings (dither_type_combo, internationalize (dither_types));
+ set_popdown_strings (channel_count_combo, internationalize (channel_strings));
+ set_popdown_strings (header_format_combo, internationalize ((const char **) sndfile_header_formats_strings));
+ set_popdown_strings (bitdepth_format_combo, internationalize ((const char **) sndfile_bitdepth_formats_strings));
+ set_popdown_strings (endian_format_combo, internationalize ((const char **) sndfile_endian_formats_strings));
+ set_popdown_strings (cue_file_combo, internationalize (cue_file_types));
/* this will re-sensitized as soon as a non RIFF/WAV
header format is chosen.