X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fsoundcloud_export_selector.cc;h=964db3a6d02ab82b65a0bcd17e7fa19d303f8f75;hb=af2ee3c8564c7d60cadb130b8c7ad1f4cddd2216;hp=e9ef5a3060e09724d2db3f0810131d9aa1968f55;hpb=23e7cf10191270d70357ccf0ed9294f020c7b7ab;p=ardour.git diff --git a/gtk2_ardour/soundcloud_export_selector.cc b/gtk2_ardour/soundcloud_export_selector.cc index e9ef5a3060..964db3a6d0 100644 --- a/gtk2_ardour/soundcloud_export_selector.cc +++ b/gtk2_ardour/soundcloud_export_selector.cc @@ -30,9 +30,9 @@ #include #include #include -#include +#include "pbd/gstdio_compat.h" -#include "i18n.h" +#include "pbd/i18n.h" using namespace PBD; @@ -89,7 +89,7 @@ SoundcloudExportSelector::SoundcloudExportSelector () : int SoundcloudExportSelector::do_progress_callback (double ultotal, double ulnow, const std::string &filename) { - DEBUG_TRACE (DEBUG::Soundcloud, string_compose ("SoundcloudExportSelector::do_progress_callback(%1, %2, %3)", ultotal, ulnow, filename)); + DEBUG_TRACE (DEBUG::Soundcloud, string_compose ("SoundcloudExportSelector::do_progress_callback(%1, %2, %3)\n", ultotal, ulnow, filename)); if (soundcloud_cancel) { progress_bar.set_fraction (0); // cancel_button.set_label ("");