X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fexport_video_infobox.cc;h=e3120c2d27ff5e5e699c610cfceec7b4507cbe54;hb=a156f00617aa557c5ae40055c97d43469ef7bd6c;hp=a3e356decc6a3cb7c9303a6f608a74e7e2c4c85b;hpb=8f930477be9e2c88859a8ea30b213fba3f7fc443;p=ardour.git diff --git a/gtk2_ardour/export_video_infobox.cc b/gtk2_ardour/export_video_infobox.cc index a3e356decc..e3120c2d27 100644 --- a/gtk2_ardour/export_video_infobox.cc +++ b/gtk2_ardour/export_video_infobox.cc @@ -17,12 +17,19 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "ardour/session.h" #ifdef interface #undef interface #endif + +#include +#include +#include +#include + +#include "ardour/session.h" + #include "export_video_infobox.h" -#include "i18n.h" +#include "pbd/i18n.h" using namespace Gtk; using namespace std; @@ -48,8 +55,8 @@ ExportVideoInfobox::ExportVideoInfobox (Session* s) vbox->pack_start (*l, false, true); l = manage (new Label ( string_compose( - _("Video encoding is a non-trivial task with many details.\n\nPlease see the manual at %1/video-timeline/operations/#export.\n\nOpen Manual in Browser? "), - Config->get_reference_manual_url() + _("%1 does not include commercial licenses for encoding audio/video. Visit mpegla.com for information about licensing various audio/video codecs.\n\nVideo encoding is a non-trivial task with many details.\n\nPlease see the manual at %2/video-timeline/operations/#export.\n\nOpen Manual in Browser? "), + PROGRAM_NAME, Config->get_reference_manual_url() ), Gtk::ALIGN_LEFT, Gtk::ALIGN_CENTER, false)); l->set_size_request(700,-1); l->set_line_wrap();