From 9a03b9e1721a7256c3d2ffd39006212f17f2143f Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Fri, 2 Oct 2009 09:28:20 +0000 Subject: [PATCH] update the llcon description text --- src/util.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/util.cpp b/src/util.cpp index 8d156084..371f4042 100755 --- a/src/util.cpp +++ b/src/util.cpp @@ -311,10 +311,11 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent ) TextViewCredits->setOpenExternalLinks ( true ); TextViewCredits->setText ( "

" // general description of llcon software - "llcon " + tr("Client/Server communication tool to enable " - "musician to play together through a conventional broadband internet " - "connection (like DSL).") + "" - "


" + "llcon " + tr("The llcon software enables musicians to " + "perform real-time jam sessions over the internet. There is a llcon " + "server which collects the audio data from each llcon client, " + "mixes the audio data and sends the mix back to each client.") + + "


" "

" // GPL header text "This program is free software; you can redistribute it and/or modify " "it under the terms of the GNU General Public License as published by "