fix untranslated string in export dialog
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 12 Apr 2007 15:35:36 +0000 (15:35 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 12 Apr 2007 15:35:36 +0000 (15:35 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1705 d708f5d6-7413-0410-9779-e7cbd77b26cf

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);