From 75c121b866062acc06b69fe21c799cfbb33fef4d Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 19 Feb 2013 21:27:07 +0000 Subject: [PATCH] fix in About text --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.cpp b/src/util.cpp index 91a86f24..78b7bcd9 100755 --- a/src/util.cpp +++ b/src/util.cpp @@ -379,7 +379,7 @@ QString CAboutDlg::GetVersionAndNameStr ( const bool bWithHtml ) strVersionText += "\n *** "; } - strVersionText += APP_NAME + tr ( ", Internet Jam Session Software" ); + strVersionText += tr ( "Internet Jam Session Software" ); if ( bWithHtml ) {