From 7752872afa469c3a9e5a8130d19eaeecb35e4e3c Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sat, 14 Apr 2018 19:43:07 +0200 Subject: [PATCH] Use "NON-BREAKING HYPHEN" instead of "MINUS SIGN" character. --- src/Global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Global.h b/src/Global.h index b7c296ac..cd23bc6a 100644 --- a/src/Global.h +++ b/src/Global.h @@ -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 NOBR(STR) (QString("%1").arg((STR)).replace(L1S("-"), L1S("‑"))) -- 2.11.0