QTfrontend/ui/dialog/upload_video.cpp
changeset 12268 2eedf9e0cd6d
parent 11046 47a8c19ecb60
child 12897 fc47fc4af6bd
equal deleted inserted replaced
12267:dad24eb53873 12268:2eedf9e0cd6d
    55     // Google requires us to display this, see https://developers.google.com/youtube/terms
    55     // Google requires us to display this, see https://developers.google.com/youtube/terms
    56     QString GoogleNotice =
    56     QString GoogleNotice =
    57         "<p>By clicking 'upload,' you certify that you own all rights to the content or that "
    57         "<p>By clicking 'upload,' you certify that you own all rights to the content or that "
    58         "you are authorized by the owner to make the content publicly available on YouTube, "
    58         "you are authorized by the owner to make the content publicly available on YouTube, "
    59         "and that it otherwise complies with the YouTube Terms of Service located at "
    59         "and that it otherwise complies with the YouTube Terms of Service located at "
    60         "<a href=\"http://www.youtube.com/t/terms\" style=\"color: white;\">http://www.youtube.com/t/terms</a>.</p>";
    60         "<a href=\"https://www.youtube.com/t/terms\" style=\"color: white;\">https://www.youtube.com/t/terms</a>.</p>";
    61 
    61 
    62     // youtube doesn't understand this characters, even when they are properly escaped
    62     // youtube doesn't understand this characters, even when they are properly escaped
    63     // (either with CDATA or with &lt or &gt)
    63     // (either with CDATA or with &lt or &gt)
    64     QRegExp rx("[^<>]*");
    64     QRegExp rx("[^<>]*");
    65 
    65