Ignore:
Timestamp:
Feb 21, 2014, 4:44:11 PM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 0.8.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/about.cpp

    r140 r154  
    5555        info->setText(
    5656                "<b>SMPlayer</b> &copy; 2006-2013 Ricardo Villalba &lt;rvm@users.sourceforge.net&gt;<br><br>"
    57                 "<b>" + tr("Version: %1").arg(smplayerVersion()) + "</b>" +
     57                "<b>" + tr("Version: %1").arg(Version::printable()) + "</b>" +
    5858#if PORTABLE_APP
    5959                " (" + tr("Portable Edition") + ")" +
     
    108108        );
    109109
    110 #ifdef YOUTUBE_SUPPORT
    111         youtube->setHtml(
    112                 tr("Founded in February 2005, YouTube&trade; is the world's most popular online "
    113            "video community, allowing millions of people to discover, watch and share "
    114            "originally-created videos. YouTube&trade; provides a forum for people to "
    115            "connect, inform, and inspire others across the globe and acts as a "
    116            "distribution platform for original content creators and advertisers large and small.") +
    117            "<br><br>" +
    118            tr("By using this application you hereby agree to be bound by Google Terms of Services located "
    119            "at %1.").arg(link("http://www.google.com/accounts/TOS", "http://www.google.com/accounts/TOS"))
    120         );
    121         youtube->setOpenExternalLinks(true);
    122 #else
    123         tab_widget->removeTab(4);
    124 #endif
    125110
    126111        // Copy the background color ("window") of the tab widget to the "base" color of the qtextbrowsers
     
    130115        translations_tab->setAutoFillBackground(true);
    131116        license_tab->setAutoFillBackground(true);
    132         youtube_tab->setAutoFillBackground(true);
    133117
    134118        QPalette pal = info_tab->palette();
     
    139123        translations_tab->setPalette(pal);
    140124        license_tab->setPalette(pal);
    141         youtube_tab->setPalette(pal);
    142125
    143126        QPalette p = info->palette();
     
    149132        translators->setPalette(p);
    150133        license->setPalette(p);
    151         youtube->setPalette(p);
    152134
    153135        adjustSize();
Note: See TracChangeset for help on using the changeset viewer.