limit width and resize meterbride window
[ardour.git] / gtk2_ardour / export_format_dialog.cc
index d93eb23a2a20efdef2787c31c47c360b1f642c71..1e8e87c7cf88e471be9a166c315df3ab186b355c 100644 (file)
@@ -720,10 +720,7 @@ ExportFormatDialog::update_with_toc ()
 void
 ExportFormatDialog::update_description()
 {
-       std::string text;
-       if (format->is_complete()) {
-               text = ": " + format->description(false);
-       }
+       std::string text = ": " + format->description(false);
        name_generated_part.set_text(text);
 }