fix untranslated string in export dialog
[ardour.git] / gtk2_ardour / export_dialog.cc
index 1c70c758a5b590b962673ff1af010d8e41b440ec..5790d5ef6435ecf1082ed866eb3d3bbe476391d8 100644 (file)
@@ -874,7 +874,7 @@ ExportDialog::export_cue_file (Locations::LocationList& locations, const string&
 void
 ExportDialog::do_export_cd_markers (const string& path,const string& cuefile_type)
 {
-       if (cuefile_type == "TOC") {
+       if (cuefile_type == _("TOC")) {
                session->locations()->apply (*this, &ExportDialog::export_toc_file, path);      
        } else {
                session->locations()->apply (*this, &ExportDialog::export_cue_file, path);