Remove old upstream URL, display of the build date and old IRC.

Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit b2e7e8ecf5)
r14.0.x
Chris 5 years ago committed by Slávek Banko
parent 667eed09e2
commit bd3fa8b482
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -120,9 +120,7 @@ appleEventProcessor(const AppleEvent *ae, AppleEvent *, long /*handlerRefCon*/)
LIBAMAROK_EXPORT TDEAboutData aboutData( "amarok",
I18N_NOOP( "Amarok" ), APP_VERSION,
I18N_NOOP( "The audio player for TDE" ), TDEAboutData::License_GPL,
I18N_NOOP( "(C) 2002-2003, Mark Kretschmann\n(C) 2003-2007, The Amarok Development Squad\n(C) 2007-2011, The Trinity Desktop Project" ),
I18N_NOOP( "IRC:\nirc.freenode.net - #amarok, #amarok.de, #amarok.es\n\nFeedback:\namarok@kde.org\n\n(Build Date: " __DATE__ ")" ),
( "http://amarok.kde.org" ) );
I18N_NOOP( "(C) 2002-2003, Mark Kretschmann\n(C) 2003-2007, The Amarok Development Squad\n(C) 2007-2011, The Trinity Desktop Project" ));
App::App()
: TDEApplication(TDEApplication::openX11RGBADisplay())
@ -563,8 +561,7 @@ void App::showHyperThreadingWarning() // SLOT
"configuration.</p>"
"<p>If your system has hyperthreading, you can improve Amarok's stability by using the Linux kernel option 'NOHT', "
"or by disabling <i>HyperThreading</i> in your BIOS setup.</p>"
"<p>More information can be found in the README file. For further assistance "
"join us at #amarok on irc.freenode.net.</p>" );
"<p>More information can be found in the README file.</p>" );
KMessageBox::information( 0, text, i18n( "Warning" ), "showHyperThreadingWarning" );
}

@ -32,9 +32,7 @@ int main( int argc, char *argv[] )
const TDEAboutData about( "amarokcollectionscanner",
I18N_NOOP( "Amarok Collection Scanner\n\nNote: For debugging purposes this application can be invoked from the command line, but it will not actually build a collection this way." ), "0.1",
I18N_NOOP( "Collection Scanner for Amarok" ), TDEAboutData::License_GPL,
I18N_NOOP( "(C) 2003-2006, The Amarok Developers" ),
I18N_NOOP( "IRC:\nserver: irc.freenode.net / channels: #amarok #amarok.de #amarok.es\n\nFeedback:\namarok@kde.org" ),
I18N_NOOP( "http://amarok.kde.org" ) );
I18N_NOOP( "(C) 2003-2006, The Amarok Developers" ) );
static TDECmdLineOptions options[] =

@ -67,9 +67,8 @@ class Playlist:
</head>
<title>AmaroK playlist</title>\n <body>
<div style="text-align:center;font-size:16pt;" >current
<a href="http://amarok.kde.org" title="visit amarok hompage">amarok</a>
playlist of %s</div>
<div style="text-align:center;font-size:16pt;">current
amarok playlist of %s</div>
\n
<div class="window">%s</div> </body>\n
</html>\n

@ -18,8 +18,7 @@ code = """ <html>\n
%s</div>\n
</td><td align="right">\n
<div style="text-align:right;font-size:16pt; font-family: 'times new roman'">current
<a id="amaroklink" href="http://amarok.kde.org" title="visit amarok hompage">amarok</a>
playlist of %s</div>\n
amarok playlist of %s</div>\n
</td></tr></table>\n
</div>
<div class='topspace'>&nbsp</div>\n

Loading…
Cancel
Save