From fad2218b11f6b21671e4ae822230aad016f5e365 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 12 Apr 2007 15:35:36 +0000 Subject: [PATCH] fix untranslated string in export dialog git-svn-id: svn://localhost/ardour2/trunk@1705 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/export_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/export_dialog.cc b/gtk2_ardour/export_dialog.cc index 1c70c758a5..5790d5ef64 100644 --- a/gtk2_ardour/export_dialog.cc +++ b/gtk2_ardour/export_dialog.cc @@ -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); -- 2.30.2