Apply patch from mantis 2761 from tinram to add padding and make a string translatable.
[ardour.git] / gtk2_ardour / export_file_notebook.cc
index 001b180560b58f59c3bcfa78891adcde0214a421..b10c0e58c1b9af83166a1c74d4cb213379838ab8 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "export_file_notebook.h"
 
-#include <ardour/export_format_specification.h>
+#include "ardour/export_format_specification.h"
 
 #include "utils.h"
 #include "i18n.h"
@@ -248,6 +248,6 @@ ExportFileNotebook::FilePage::save_format_to_manager (FormatPtr format)
 void
 ExportFileNotebook::FilePage::update_tab_label ()
 {
-       tab_label.set_text (string_compose ("%1 %2", tab_number, get_format_name()));
+       tab_label.set_text (string_compose ("Format %1: %2", tab_number, get_format_name()));
        CriticalSelectionChanged();
 }