Ignore:
Timestamp:
Dec 3, 2012, 5:29:00 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: updated vendor to 0.8.2

File:
1 edited

Legend:

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

    r127 r137  
    107107        );
    108108
     109#ifdef YOUTUBE_SUPPORT
     110        youtube->setHtml(
     111                tr("Founded in February 2005, YouTube™ is the world's most popular online "
     112           "video community, allowing millions of people to discover, watch and share "
     113           "originally-created videos. YouTube™ provides a forum for people to "
     114           "connect, inform, and inspire others across the globe and acts as a "
     115           "distribution platform for original content creators and advertisers large and small.") +
     116           "<br><br>" +
     117           tr("By using this application you hereby agree to be bound by Google Terms of Services located "
     118           "at %1.").arg(link("http://www.google.com/accounts/TOS", "http://www.google.com/accounts/TOS"))
     119        );
     120        youtube->setOpenExternalLinks(true);
     121#else
     122        tab_widget->removeTab(4);
     123#endif
     124
    109125        // Copy the background color ("window") of the tab widget to the "base" color of the qtextbrowsers
    110126        // Problem, it doesn't work with some styles, so first we change the "window" color of the tab widgets.
     
    113129        translations_tab->setAutoFillBackground(true);
    114130        license_tab->setAutoFillBackground(true);
     131        youtube_tab->setAutoFillBackground(true);
    115132
    116133        QPalette pal = info_tab->palette();
     
    121138        translations_tab->setPalette(pal);
    122139        license_tab->setPalette(pal);
     140        youtube_tab->setPalette(pal);
    123141
    124142        QPalette p = info->palette();
     
    130148        translators->setPalette(p);
    131149        license->setPalette(p);
     150        youtube->setPalette(p);
    132151
    133152        adjustSize();
     
    195214                trad(tr("Arabic"), "Muhammad Nour Hajj Omar <arabianheart@live.com>") +
    196215                trad(tr("Kurdish"), "Si_murg56 <simurg56@gmail.com>") +
    197                 trad(tr("Galician"), "Miguel Branco <mgl.branco@gmail.com>") +
     216                trad(tr("Galician"), QStringList() << "Miguel Branco <mgl.branco@gmail.com>" << "Gallaecio") +
    198217                trad(tr("Vietnamese"), QString::fromUtf8("Lê Xuân Thảo <thaolx@gmail.com>")) +
    199218                trad(tr("Estonian"), QString::fromUtf8("Olav MÀgi <olav.magi@hotmail.com>")) +
Note: See TracChangeset for help on using the changeset viewer.