Changeset 137 for smplayer/vendor/current/src/about.cpp
- Timestamp:
- Dec 3, 2012, 5:29:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/about.cpp
r127 r137 107 107 ); 108 108 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 109 125 // Copy the background color ("window") of the tab widget to the "base" color of the qtextbrowsers 110 126 // Problem, it doesn't work with some styles, so first we change the "window" color of the tab widgets. … … 113 129 translations_tab->setAutoFillBackground(true); 114 130 license_tab->setAutoFillBackground(true); 131 youtube_tab->setAutoFillBackground(true); 115 132 116 133 QPalette pal = info_tab->palette(); … … 121 138 translations_tab->setPalette(pal); 122 139 license_tab->setPalette(pal); 140 youtube_tab->setPalette(pal); 123 141 124 142 QPalette p = info->palette(); … … 130 148 translators->setPalette(p); 131 149 license->setPalette(p); 150 youtube->setPalette(p); 132 151 133 152 adjustSize(); … … 195 214 trad(tr("Arabic"), "Muhammad Nour Hajj Omar <arabianheart@live.com>") + 196 215 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") + 198 217 trad(tr("Vietnamese"), QString::fromUtf8("Lê Xuân Thảo <thaolx@gmail.com>")) + 199 218 trad(tr("Estonian"), QString::fromUtf8("Olav MÀgi <olav.magi@hotmail.com>")) +
Note:
See TracChangeset
for help on using the changeset viewer.