X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2FGlobal.h;h=93c54453344bd36418526d49192d7bae5e6dc87e;hb=781314ce09d97adc894a5cccf835054d877beb3b;hp=b7c296ac7d3f7eff2e2031b5db06fd41b057d171;hpb=65cb1bc5e8cad6d2f045847cd3ed09da1d304d75;p=lamexp%2FLameXP.git diff --git a/src/Global.h b/src/Global.h index b7c296ac..93c54453 100644 --- a/src/Global.h +++ b/src/Global.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2018 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -88,4 +88,4 @@ const QString lamexp_version2string(const QString &pattern, unsigned int version /////////////////////////////////////////////////////////////////////////////// #define L1S(STR) (QLatin1String((STR))) -#define NOBR(STR) (QString("%1").arg((STR)).replace("-", "−")) +#define NOBREAK(STR) (QString("
%1
").arg((STR)))